I am connecting to a database in Logstash, querying a table, and inserting the data in ES. But the fields are all analyzed. Is there a way out for me to allow the strings as not_analyzed? Although I see the full values in Discover mode in Kibana, I do not see the entire field values in legends or tooltips either.
Yes, I set up the template before I create the index. It does pick up the template name, but the fields coming from the database show up under a different mapping under Database, like
"Database": {
"properties": {
"pathlevel2": {
"type": "string"
},
"pathlevel1": {
"type": "string"
},
"pathlevel4": {
"type": "string"
},
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.