Hello, I've a sample line 'stock_status': 'IN_STOCK', 'title_ar': u"World's Greatest Mum Card"
I want to parse the stock_status value, so I created this grok filter
grok{
match => [ "message", "'stock_status': '%{GREEDYDATA:stock_value}'" ]
}
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.