I am having a following set of information in my logs. It is in JSON format.
{
"someField":"someValue",
"columns":"[colName1, colName2, colName3, ... colNameN]",
"someField":"someValue"
}
I want this to be stored as an array in a same field columns.
The usecase I want to show up is how many users have used the particular column called colName1 and the count of it.
I am using ELK stak 5.x