My log line has a field with "[reasonPhrase : Internal Server Error]" as value. I need to extract the reasonPhrase field and value as Internal Server Error.
But with the current filter or the default kv filter, only Internal is extracted.
If I don't make any mistake, it due to the fact that, by default, field_split in kv filter is set to space. So it only considers the 1st word as value.
Try maybe not to remove ] and set it as separator or something else (depending on how your whole log line looks like)
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.