I'm trying to query 'DestinationHostname:uvb* OR DestinationHostname:cgb*' .
This works against the index pattern abc* and doesn't work in the pattern adc-def*.
adc-def* does contain the queried data.
Is there a reason why this wouldn't work?
I'm trying to query 'DestinationHostname:uvb* OR DestinationHostname:cgb*' .
This works against the index pattern abc* and doesn't work in the pattern adc-def*.
adc-def* does contain the queried data.
Is there a reason why this wouldn't work?
What do you mean by "doesn't work"?
Does not return the matching data
This is solved. The field is not analyzed, and so searches are case sensitive.
© 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.