We have a index pattern filebeat-7.10.2* and we have template for this. Now I want a template created automatically for index filebeat-8.6.0. Is it possible?
Asked
Active
Viewed 38 times
1 Answers
0
Yes, you just need to install Filebeat 8.6 and run it.
Once installed, you can run the setup
command which will install the index template for the 8.6.0 version
./filebeat setup --index-management
Or just run...
./filebeat setup
...if you want to install everything (dashboard, pipelines, ILM, templates, etc)

Val
- 207,596
- 13
- 358
- 360
-
will old templates be deleted after executing this? – Poonam Agrawal May 19 '23 at 05:25
-
No, old templates stick around, it's your job to delete them if needed – Val May 19 '23 at 06:37