You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+28-11
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You will need a configuration file, follow [`splunk_exporter_example.yml`](./spl
17
17
You need docker compose installed, a bash helper is provided to start the exporter and the whole test bench as a [docker compose environment](./deploy/README.md).
18
18
19
19
```shell
20
-
cd/deploy
20
+
cd deploy/
21
21
bash run.sh
22
22
```
23
23
@@ -27,27 +27,44 @@ To stop it:
27
27
docker compose down
28
28
```
29
29
30
-
## 🙋 Contribute
30
+
## 👷 Contribute
31
31
32
32
After doing some changes, possible to re-deploy splunk_exporter with the following command
33
33
```shell
34
34
docker compose up -d --build splunk_exporter
35
35
```
36
36
37
+
## 🛠️ Configuration
38
+
39
+
Splunk exporter needs to access management APIs
40
+
See an example configuration file in [`splunk_exporter_example.yml`](./splunk_exporter_example.yml).
// process when metrics are in the form of /splunkd/resource_usage/iowait/sum_top3_cpu_percs__max_last_3m/instances/8F8096AF-A456-4974-92FB-966103FA9752
0 commit comments