Skip to content

K-Yo/splunk_exporter

This branch is 26 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
K-Yo
May 14, 2024
5ac36e8 Β· May 14, 2024

History

40 Commits
May 7, 2024
May 6, 2024
May 4, 2024
May 14, 2024
May 13, 2024
May 7, 2024
May 4, 2024
Apr 26, 2024
Apr 23, 2024
May 7, 2024
May 4, 2024
May 4, 2024
May 4, 2024
May 7, 2024

Repository files navigation

splunk_exporter

Go Report Card

Howto

You will need a configuration file, follow splunk_exporter_example.yml format.

./splunk_exporter --help

Example run

You need docker compose installed, a bash helper is provided to start the exporter and the whole test bench as a docker compose environment.

cd /deploy
bash run.sh

To stop it:

docker compose down

Contribute

After doing some changes, possible to re-deploy splunk_exporter with the following command

docker compose up -d --build splunk_exporter

metrics

All metrics are Gauge.

from API

Prefix Description
splunk_exporter_index_ Numerical data coming from data/indexes endpoint.
splunk_exporter_indexer_throughput_bytes_per_seconds average data throughput in indexer
splunk_exporter_metric_ Export from metric indexes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published