Getting Data In

Need help configuring i/o to capture data from universal forwarders

jiaqya
Builder

looking to find a procedure or help to configure i/o so i can capture the same from universal forwarders.

currently the iostat source type is not showing any i/o for disk, but it shows only for cpu and mem.
can you guide me to set this up so i can collect disk i/o

thanks

0 Karma
1 Solution

woodcock
Esteemed Legend

Go to your DS CLI and do this:

find /opt/splunk/etc/deployment-apps -type f -name inputs.conf -exec grep -il iostat {} \;

When you find the app (it could be one of several), make sure that there is a local directory and in there an inputs.conf file (if not, create them). Then copy the stanza header from the inputs.conf in the default directory (probably [script://./bin/iostat.sh]) and add disabled = 0 on the next line. Save it and then reload the configurations on DS to let it go out.

View solution in original post

0 Karma

woodcock
Esteemed Legend

Go to your DS CLI and do this:

find /opt/splunk/etc/deployment-apps -type f -name inputs.conf -exec grep -il iostat {} \;

When you find the app (it could be one of several), make sure that there is a local directory and in there an inputs.conf file (if not, create them). Then copy the stanza header from the inputs.conf in the default directory (probably [script://./bin/iostat.sh]) and add disabled = 0 on the next line. Save it and then reload the configurations on DS to let it go out.

0 Karma

ddrillic
Ultra Champion

Maybe it's disabled, like mine ; -)

[script://./bin/iostat.sh]
interval = 60
sourcetype = iostat
source = iostat
index = os
disabled = 1
0 Karma

jiaqya
Builder

thanks that did the trick... 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...