Can't see metricbeat data in Discovery

Hi,
I can't see any data in Discovery

metricbeat.modules:
- module: system
  metricsets:
    - cpu
    - filesystem
    - memory
    - network
    - process
  enabled: true
  period: 10s
  processes: ['.*']
  cpu_ticks: false

output.elasticsearch:
  # The Logstash hosts
  hosts: ["http://localhost:9200"]
  username: "elastic"
  password: "elastic"

When i check in Discover tab

No matching indices found: No indices match pattern "metricbeat-*"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.