Questions tagged [topbeat]

5 questions
3
votes
1 answer

How to monitor a specific process using metricbeats?

I have the following basic metricbeats config metricbeat.modules: - module: system metricsets: - cpu - filesystem - memory - network - process enabled: true period: 10s processes: ['.*'] cpu_ticks: false Now I want to…
Arun Mohan
  • 898
  • 3
  • 18
  • 37
2
votes
0 answers

Error in Load Topbeat Index Template in Elasticsearch

I am getting error when i load topbeat template curl -XPUT 'http://localhost:9200/_template/topbeat' -d@topbeat.template.json Error: {"error":{"root_cause":[{"type":"parse_exception","reason":"Failed to derive…
blaCkninJa
  • 445
  • 2
  • 11
  • 22
1
vote
0 answers

How to monitor host's filesystem in a dockerized Topbeat

I want to monitor my hosts with Elasticsearch Topbeat. But running Topbeat in a Docker container seems that the container don't see the FS of the host but only what is mounted with --volume run option. Example : root$ df -h Filesystem Size …
jmcollin92
  • 2,896
  • 6
  • 27
  • 49
1
vote
1 answer

topbeat to monitor specific java process

I am newbie to the beats. I am using topbeat to monitor the system health. Up to this point everything is fine. Now I need to monitor the resource utilization of a java process, so I configured topbeat.yml as: procs: ["java"] In my linux box…
G.S
  • 10,413
  • 7
  • 36
  • 52
0
votes
1 answer

Logs are not showing anymore ELK Stack

It's my first ELK setup and I am using Ubuntu 16.04 LTS. Tutorial I used to set up Logstash (for jenkins), Filebeat and Topbeat: …
Gurpreet.S
  • 89
  • 1
  • 9