Hi ,
i have installed the metric best in the Linux server and i can able to view the index created in the opensearch . but iam not able to view the metric beat dashboard in the dashboard menu. can you please help me on this issue to find the default dashboard for the Linux server.
here iam sharing the yml configuration for your reference. am i missing any configuration setup here ?. if please help me on this.
metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.period: 60s
reload.enabled: False
path.home: /apps/metricbeat/metricbeat
path.config: /apps/metricbeat/metricbeat
path.data: /apps/metricbeat/metricbeat/data
path.logs: /apps/metricbeat/metricbeat/logs
logging.level: warning
logging.to_syslog: False
logging.metrics.enabled: True
logging.metrics.period: 30s
logging.to_files: True
logging.files:
path: logs
name: metricbeat.log
rotateeverybytes: 10485760 # = 10MB
keepfiles: 3
permissions: 384
interval: 1h
logging.json: False
seccomp_enabled: True
output.elasticsearch:
hosts: [“XXXXX:443”]
username: XXX
password: XXXX
protocol: ‘https’
ssl.certificate_authorities: [‘/apps/elastic/filebeat/certs/XXX’]
index: ‘mbeat-%{[agent.version]}-%{+yyyy.MM.dd}’
setup.template:
name: ‘mbeat’
pattern: ‘mbeat-*’
enabled: true