YAML is sensitive to indentation. Please format your configuration as code with the </> button so that we can see exactly what your configuration file looks like.
input:
# In seconds, defines how often to read server statistics
period: 10
# Regular expression to match the processes that are monitored
# By default, all the processes are monitored
procs: [".*"]
# Statistics to collect (all enabled by default)
stats:
# per system statistics, by default is true
system: true
# per process statistics, by default is true
proc: false
# file system information, by default is true
filesystem: false
# cpu usage per core, by default is false
cpu_per_core: false
even after making process: false & proc: false and making sure indent is right.. the process information is still logged.
topbeat 1.1.2
Anyone help on this?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.