Logstash API Monitor

本文介绍了从Logstash 5.0开始提供的监控API,包括NodeInfoAPI、PluginsInfoAPI及NodeStatsAPI等,这些API可以帮助用户获取Logstash的运行状态、配置信息、JVM状态、OS信息等,为系统的维护和故障排查提供便利。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Logstash 5.0 开始,提供了输出自身进程的指标和状态监控的 API。

官方文档:
https://www.elastic.co/guide/en/logstash/current/monitoring-logstash.html#monitoring

Node Info API
https://www.elastic.co/guide/en/logstash/current/node-info-api.html
pipeline Gets pipeline-specific information and settings.
os Gets node-level info about the OS.
jvm Gets node-level JVM info, including info about threads.

curl -s ‘localhost:9600/_node/pipeline’?pretty
curl -s ‘localhost:9600/_node/os’?pretty
curl -s ‘localhost:9600/_node/jvm’?pretty

Plugins Info API
https://www.elastic.co/guide/en/logstash/current/plugins-api.html
curl -s ‘localhost:9600/_node/plugins?pretty’

Node Stats API
https://www.elastic.co/guide/en/logstash/current/node-stats-api.html

jvm Gets JVM stats, including stats about threads, memory usage, garbage collectors, and uptime.
process Gets process stats, including stats about file descriptors, memory consumption, and CPU usage.
pipeline Gets runtime stats about the Logstash pipeline.
reloads Gets runtime stats about config reload successes and failures.
os Gets runtime stats about cgroups when Logstash is running in a container.

curl -s localhost:9600/_node/stats/jvm?pretty
curl -s localhost:9600/_node/stats/process?pretty
curl -s localhost:9600/_node/stats/pipeline?pretty
curl -s localhost:9600/_node/stats/reloads?pretty
curl -s localhost:9600/_node/stats/os?pretty

Hot Threads API
https://www.elastic.co/guide/en/logstash/current/hot-threads-api.html
The parameters allowed are:
threads The number of hot threads to return. The default is 3.
human If true, returns plain text instead of JSON format. The default is false.
ignore_idle_threads If true, does not return idle threads. The default is true.

curl -s localhost:9600/_node/hot_threads?pretty
curl -s localhost:9600/_node/hot_threads?human=true&threads=1

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值