Questions tagged [metricbeat]

Questions related to installation and configuration of metricbeat which is a product from Elastic.

Metricbeat is a product from Elastic. https://www.elastic.co/products/beats/metricbeat

212 questions
1
vote
0 answers

How to send Filebeat, Meticbeat and Packetbeat data to Fluentd daemonset deployed on 3 node Kubernetes cluster?

I have a 3 nodes Kubernetes cluster, on which I have fluentd deployed as damonset. This fluentd is tailing all the container logs on Kubernetes cluster and sending it to Elasticsearch deployed on the same Kubernetes cluster. I have an external Linux…
nilse
  • 143
  • 1
  • 1
  • 6
1
vote
0 answers

Elastic Kubernets metrics

I'm trying to convert the Kubernetes CPU metrics to % in Elastic. There are two fields in Elastic for CPU - kubernetes.node.cpu.usage.nanocores (Node CPU Core usage nanoseconds) and kubernetes.node.cpu.usage.core.ns (CPU used nanocores). Can someone…
1
vote
0 answers

Monitoring Multiple tomcat instance on one linux server with Metricbeat and Jolokia

How to configure below using the multiple agent port below, with metricbeat and jolokia to monitor multiple tomcat metric on One Linux Server...Would it be fine to configure the way below tomcat metricbeat events.module, can I get accurate separate…
Bala
  • 11
  • 1
1
vote
0 answers

Not getting SQL Statement output using ELK logstash jdbc plugin

Trying to get output using logstash with jdbc plugin but not getting data. Try different way to get pg_stat_replication data. But at Index Management did not found that index where my index name is pg_stat_replication. Conf. file path …
1
vote
1 answer

How to set a condition in set processor (ingest node pipeline)

my doc looks like this and I need to access log.level which is a nested field. can someone help me as I need a condition to set a new field called statuscode if log.level=error. { "docs": [ { "doc": { "_index": "filebeat-mycluster", …
1
vote
1 answer

How to create a custom index in Filebeat/Metric beat

Requirement is to create a custom index in filebeat. Which is running as a daemonset in Kubernetes. I need logs of different namespace to have separate index. Is there any way to implement this as filebeat does not provide flexibility like log stash
1
vote
0 answers

Is there any way to parse HTML from HTTP GET request using ELK?

I'm started using ELK stack and met a problem. I have some web-service that can give some values via HTTP API, but this values are in HTML format response. I tried to use metricbeat with http module, but it can only parse JSON format. Main idea is…
Doe
  • 53
  • 3
1
vote
1 answer

ELK MetricBeat - Monitor remote mysqlDB

I have installed ELK stack (With metricbeat) on ServerA and want to monitor mysql on ServerB. I added db host details on ServerA mysql.yml metribeat module file (/etc/metricbeat/modules.d/mysql.yml) - module: mysql metricsets: - status …
ashwin
  • 332
  • 2
  • 16
1
vote
1 answer

Drop events from metricbeat is not working

Could you please help me with an issue about metricbeat? I have tried to set up a new drop_events (processors) but unsucessfully. I want to drop every events that doesn't have "system". Can you please let me know if it is possible to do that? See…
cz75ww
  • 41
  • 5
1
vote
1 answer

How can i set Metricbeat in elasticsearch?

i'm trying to set metricbeat in my project but with poor results. I need an help step for step, someone would be kind enough to help me please?
Luca M.
  • 13
  • 4
1
vote
0 answers

Metricbeat producing large data size of index

I have 11 elasticsearch nodes 3 master node 6 data node and 2 coordinate node.We are running latest version of elasticsearch 7.13.2 we have installed metricbeat and configured in all elasticsearch node we are monitoring our ELK stack and we have…
aniketpant
  • 113
  • 1
  • 8
1
vote
0 answers

Metricbeat http module nested json

I need help regarding elastic search mapping of nested json response. I am using the meatricbeat's http module to query data from our asset management system and I am getting the following response in return "fields": [ { …
1
vote
0 answers

Elastic metricbeat total system file descriptors

I am trying to get total number of file descriptors in the system. According to this resource: https://www.elastic.co/guide/en/beats/metricbeat/current/exported-fields-system.html#_fd There is a field available to use: system.process.fd.open This…
user2240165
  • 53
  • 1
  • 1
  • 5
1
vote
0 answers

it is showing "unable to parse/invalid Boolean" error for system metrics

I am trying to collect system metrics which is in default system module using metrcibeat.it is successfully collected. And those collected are shipped to fluentd using fluentbit. But when I try to run `fluentd, it is showing "unable to parse/invalid…
DevOps
  • 11
  • 2
1
vote
0 answers

Creating sidecar Metricbeat with AWS EKS Fargate

I'm trying to create a deployment on AWS EKS with my application and metricbeat as sidecar, so I have the following YML: --- apiVersion: v1 kind: ConfigMap metadata: name: metricbeat-modules namespace: testframework labels: k8s-app:…
1 2
3
14 15