I'm trying to run a search query within kibana where I need to pull back matches where Field1 does not contain Field2
for example:
hostname:"XXX.XXX.XXX.XXX" NOT RelativeTargetName:eventlog.subject_user_name
I'm trying to run a search query within kibana where I need to pull back matches where Field1 does not contain Field2
for example:
hostname:"XXX.XXX.XXX.XXX" NOT RelativeTargetName:eventlog.subject_user_name
That's almost a join, which ES cannot do.
© 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.