Hello,
Everyone jhas asked this multiple times and I've tried the solutions but it doesn't seem to work. I have tried to specify the template.name and template.pattern to change the name of the index to which wingbeat indexes the log entries, but it doesn't seem to be working. the index names, patterns, and dashboards are still created with the name: winlogbeat-7.2.0. Here is a part of the config file for reference:
I used kibana to delete the old indexes and the saved objectsand then added your changes to the config file. I ran .\winlogbeat.exe setup to create the index and dashboards in kibana but still winlogbeat index was created. I also received the following error when I ran winlogbeat.exe setup:
Loading ILM policy and write alias without loading template is not recommended. Check your configuration.
Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Loaded dashboards
Hello,
I figured this out. After looking over the documentation multiple times, I finally realized I had ILM enabled in my cluster. I changed the template settings to the following:
Now it indexes the logs to the correct index and everything. However, the index pattern is not created correctly in kibana. The default index pattern is still created winlogbeat-*, and not elastic1-*.
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.