Hello
Metricbeat not working when It is upgraded from 7.4.0 to 7.8.0 and I can not find relating indices in Kibana. Metricbeat had been working before upgrading the Metricbeat. My metricbeat config file contains following lines
metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
setup.template.overwrite: true
name: Web_Server
tags: ["Web"]
setup.kibana:
host: "192.168.1.1:9500"
output.elasticsearch:
hosts: ["192.168.91.3:9600"]
processors:
- add_host_metadata: ~
- add_cloud_metadata: ~
migration.6_to_7.enabled: true
setup.ilm.enabled: false
setup.ilm.pattern: "{now/d}"
setup.ilm.overwrite: true