In Kibana 8.18.6 I search like this: severity: i*fo
and get as result what I defined above - 1 document.
My question:
Kibana shows for this single result document under ‘Document’ → ‘Table’ the type keyword for the severity field.
But why does it not show the type t for text? In the json view there is no such .keyword field for it. By the way I can use a wildcard in this field and get a result.
Can I suggest you combine your various posts into one post (use edit feature) delete the others, and think about writing a clearer question. Maybe with a screenshot?
Please also share the mapping for the index, see below.
When I create the document you shared, the fields (al of them) get defined as text with a field.keyword subfield. Obviously I also don't know whats in your syslog_deduplication pipeline.
Looking at the mapping: severity is only of type ‘keyword’. But then why can I use a wildcard search in a keyword type field? I thought this is not possible.
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.