The below code works well with grok debugger.. However when adding via., pipeline it fails.. what is the issue here ?
{
"description": "Extract information",
"processors":[
{
"grok": {
"field":"descr",
"index_name_prefix":"test-grok",
"patterns":"(?[^=])=(?.)"
}
}
]
}
below is the error
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "[patterns] property isn't a list, but of type [java.lang.String]",
"header": {
"processor_type": "grok",
"property_name": "patterns"
}
}
],
appreciate the support.
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.