My query: _type:log AND NOT host:/^192.168.1.[0-9]+:[0-9]+/
Possible form of value in host field:
- 182.168.1.1:2222
- 12345
The result should contains 12345 and not contains 182.168.1.1:2222, but it did not work.
What's wrong with my query?
My query: _type:log AND NOT host:/^192.168.1.[0-9]+:[0-9]+/
Possible form of value in host field:
The result should contains 12345 and not contains 182.168.1.1:2222, but it did not work.
What's wrong with my query?
© 2020. All Rights Reserved - Elasticsearch
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.