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
2
votes
1 answer

is it possible to send custom metrics using metricbeats?

I have a python application from which i want to send some custom metrics to my elastic search. An example use case can be when a user does the delete data operation on the application (and this would not be an api call). I am already using…
udit
  • 101
  • 3
  • 17
2
votes
1 answer

elastic-agent is not collecting data

I have two elastic agents. One is running on my elasticsearch server and the other one on my other server. The agent on my elastic host got the fleet server intergration and the system intergration. The agent on my other hosts just has the system…
woldgrep
  • 97
  • 2
  • 12
2
votes
0 answers

Error establishing direct connection to mongo node at [ip:port]. Error output: no reachable servers and SASl

I am using MongoDB with a replica set. When I am trying to create a metricbeat MongoDB module am not sure How to give a URL. I don't understand how to solve it. when uncommenting the ssl.verification_mode: 'none' then getting "no reachable servers…
devopshulk
  • 21
  • 1
2
votes
0 answers

cannot load the dashboard to kibana

I tried various ways to fix this issue without any success. Step - edit the metricbeat YAML and edit the kibana host Index setup finished. Loading dashboards (Kibana must be running and reachable) Exiting: error connecting to Kibana: fail to…
IOT Test
  • 75
  • 1
  • 4
2
votes
1 answer

MetricBeat kubernetes.apiserver: error getting metrics

We deployed the metricbeat on our Kubernetes cluster. All the metrics are been pushed to the elasticsearch index without any issues. But observing below error in the metribeat logs and not sure what exactly is causing this. 2020-07-01T14:05:25.421Z …
Vamshi Siddarth
  • 620
  • 1
  • 4
  • 19
2
votes
1 answer

Problem with Kibana unable to load Dashboards (Exiting: resource 'metricbeat-7.5.0' exists, but it is not an alias)

I have installed metric-beat , but unable to load he kibana dashboard for mongodb. i am getting below error, [10.0.1.1:9300][indices:data/read/search[phase/query]] Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields…
2
votes
1 answer

How to monitor nginx response time with ELK stack?

I'd like to create a monitor that will show near realtime average response time of nginx. Below image shows CPU usage for example, I'd like to create something similar for avg response time I know how I can track the response time for individual…
eugene
  • 39,839
  • 68
  • 255
  • 489
2
votes
0 answers

How to export spring boot metrics as single json

Spring boot actuator's /metrics returns list of metrics names { "names": [ "jvm.gc.pause", "tomcat.global.received", "jvm.memory.used", ... ] } I want to configure the metrics aggregation via elastic search metric beat. I use elastic search auto…
2
votes
1 answer

Can't make Metricbeat use passed env variable

I'm trying to run metricbeat service in docker, according to the official documentation (version 7.2.0). Here's my bash command for setup: docker run -d --name=metricbeat docker.elastic.co/beats/metricbeat:7.2.0 setup\ -e…
Sergey Potekhin
  • 621
  • 1
  • 11
  • 27
2
votes
3 answers

Kibana scripted field which loops through an array

I am trying to use the metricbeat http module to monitor F5 pools. I make a request to the f5 api and bring back json, which is saved to kibana. But the json contains an array of pool members and I want to count the number which are up. The advice…
Ewan
  • 1,261
  • 1
  • 14
  • 25
2
votes
0 answers

Weird kibana error - invalid code -- missing end-of-block

I just started seeing this error on my kibana server : read err { Error: invalid code -- missing end-of-block at InflateRaw.zlibOnError (zlib.js:153:15) errno: -3, code: 'Z_DATA_ERROR' } There is no helpful information in the corresponding logs…
SyCode
  • 1,077
  • 4
  • 22
  • 33
2
votes
1 answer

How to configure metricbeat helm chart to output to elasticsearch?

I'm trying to install metricbeat helm chart to forward my kubernetes metrics to elasticsearch. Default configuration works but when I configure output to elasticsearch, the pod tell me Exiting: error unpacking config data: more than one namespace…
Leisen Chang
  • 826
  • 1
  • 6
  • 15
2
votes
1 answer

How to stop heartbeat service rather using kill command?

I am not getting the way to stop heartbeat service of ELK and using kill command to force stop the heartbeat service. Could observe Killing heartbeat service directly creating confusion in the background. to start : ./heartbeat -c heartbeat.yml…
Nagappa L M
  • 1,452
  • 4
  • 20
  • 33
2
votes
2 answers

Metricbeat creating huge number of fields

I installed metricbeat on a unix server and it's mapping generate a massive number of fields. If there a way to disable them? I would like a default index to only create mappings for a unix "system" module mappings and windows "windows" module…
ScipioAfricanus
  • 1,331
  • 6
  • 18
  • 39
2
votes
1 answer

metricbeat unable to send data - write: connection reset by peer

I am trying to send sys metric with metricbeat to my logstash server on SSL. When I try connecting the server logstash port I can connect but in metricbeat logfile I am getting following error: 2017-03-10T12:27:22Z ERR Failed to publish events…
v_sukt
  • 1,384
  • 1
  • 10
  • 21
1
2
3
14 15