I installed ELK Stack 7.14.x on new server. It works, but the metric dashboard show this
only for 10 seconds. For the next 20 seconds it looks so
metricbeat is getting this data every 10 seconds
# Module: system
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/7.x/metricbeat-module-system.html
 
- module: system
  period: 10s
  metricsets:
    - cpu
    - load
    - memory
    - network
    - process
    - process_summary
    - socket_summary
    #- entropy
    #- core
    - diskio
    #- socket
    #- service
    - users
  process.include_top_n:
    by_cpu: 5      # include top 5 processes by CPU
    by_memory: 5   # include top 5 processes by memory
  # Configure the mount point of the host’s filesystem for use in monitoring a host from within a container
  #system.hostfs: "/hostfs"
Than I updated other test system (metrics dashboard works fine) from previous release to 7.14.1 and have the same "problem".
Any idea?

