Using filebeat and ingest pipeline we are fetching logs from a custom log file kept on an elastic agent.
These logs are then indexed in Elastic Search and can be viewed on Kibana.
There is a field in each document named LOGS.
PROBLEM :
When the data is indexed, in some documents LOGS field is marked as "_ignored" which can be seen in the Discover view.
When trying to display LOGS in the Dashboard using Top Hit aggregation, the documents which had their LOGS field marked _ignored are not being shown.
After some digging I found out that there is a limit to how long the value of a field can be before it becomes ignored.
I want to know if there is a way to allow very long strings to get indexed without getting marked as _ignored, and also is this restriction applied by elasticsearch or kibana ?
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.