You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created my own template via curl but it would be nice to specify the type along with the mapping or supply a custom template to be used in ElasticsearchReporter.checkForIndexTemplate
The default type for string additional fields is analyzed. Is there a way to register the type for the additional fields?
For instance, we register additional fields to track the host:
Our host names have a naming convention which separates the number of the instance:
This causes a split in the analyzed fields (api, 01, 02) when trying to visualize the data in kibana.
The text was updated successfully, but these errors were encountered: