I am using ElasticStack to monitor various process including Java processes. In this particular case, I am searching for Kafka process.
Using online regex tester, I am able to get a match, but my regex never gets hit when querying data in Kibana. Document with full path is already present in ES.
Is such behavior specific to Kibana or Elasticsearch (Lucene query syntax)?
Hello Christian. That was quick, I have spent at least one hour going through the exact documentation. So, basically, I should stick with Lucene documentation regarding the regular expressions.
I believe so. Be aware however that using regular expression searches can be very slow and scale badly. It would be a lot faster if you could parse out parts you know are going to be interested in at index time.
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.