Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Logstash exporter #1017

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ cadvisor \
squid_exporter \
dellhw_exporter \
exim_exporter \
systemd_exporter
systemd_exporter \
logstash-exporter

.PHONY: $(MANUAL) $(AUTO_GENERATED)

Expand Down
16 changes: 16 additions & 0 deletions templating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,3 +944,19 @@ packages:
summary: Prometheus exporter for systemd units, written in Go.
description: |
Systemd unit monitoring and resource usage
logstash_exporter:
build_steps:
<<: *default_build_steps
context:
<<: *default_context
static:
<<: *default_static_context
version: 1.8.2
license: MIT
URL: https://github.com/kuskoman/logstash-exporter
package: logstash-exporter-linux
service_opts:
- --listen=0.0.0.0:9198
summary: Prometheus exporter for logstash, written in Go.
description: |
Export metrics from Logstash to Prometheus