I've loaded the example beats dashboards/searches/visualizations into Kibana. They are definitely working. Except that a lot of beat.name data is truncated/abbreviated.
This is only the Topbeat dashboard/etc. since I only have it and Filebeat running.
As in, pre-prod-example-01.example.tld becomes just example or pre or 01.
I see this in the legends of the System Load and Process Status visualizations. It also occurs in the beats.name column of the Servers visualization.
Is there a way to prevent that form happening? 01 is hardly useful when you multiple servers ending in -01. I'd rather have it wrap or something than what it is doing.
I may have made a bad assumption. Topbeat is sending to Logstash, so I assumed Logstash would deal with the template aspect. Plus, since I'm not using an index of "topbeat", I didn't think those templates would apply.
I have read the elasticsearch docs on templates, but maybe I missed something...
Having a template is not mandatory in elasticsearch/logstash. If data is processed by logstash, you have to take care of the mappings in the generated index. Problem is the strings (which is default) are analyzed if not disabled by mapping. Templates can be used to specify a mapping to be used with newly created indexes.
Glad to hear it worked. The template cannot be changed on existing indices but will be applied to new ones. That explains why it worked on the next day.
I don't think so. There is a close option but I don't think that is what we want to do in case someone wants to comment in the future. Editing title is definitively an option.
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.