The array is actually stored in database as a string type. So when i use split with delimiter ',' in logstash filter the '[' at the start and end of array are not being removed.
["2016-03-09T20:52:43","2016-03-09T21:23:32","2016-03-09T22:24:21"] after split the first element ["2016-03-09T20:52:43" and last element "2016-03-09T22:24:21"] has square brackets.
Oh. I suspect you'll be able to use the json filter to parse this. Just make sure you specify the name of the target field with the target option. Otherwise use a grok filter or a mutate filter's gsub option to remove the first and last square bracket.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.