Getting Data In

sedcmd incoming data based on host or index

kritho
Explorer

Hi,
I have a SEDCMD simalar to

SEDCMD-remove-values = s/<Value>.+<\/Value>/removed-by-splunk/g  

which works fine, but i'd like to filter this to a spesific index, lets say "index!=dev"
is this possible?

brgs
Kristen

Tags (1)
0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

Not really, the sedcmd applied to all data matching the stanza, and the stanza in props can only apply to : an exact sourcetype, or a source or a host.
There is not way to apply to a specific index.

You can try the host. example with props.conf

[host::*mydevhost*]
SEDCMD-remove-values = s/<Value>.+<\/Value>/removed-by-splunk/g 

View solution in original post

0 Karma

yannK
Splunk Employee
Splunk Employee

Not really, the sedcmd applied to all data matching the stanza, and the stanza in props can only apply to : an exact sourcetype, or a source or a host.
There is not way to apply to a specific index.

You can try the host. example with props.conf

[host::*mydevhost*]
SEDCMD-remove-values = s/<Value>.+<\/Value>/removed-by-splunk/g 
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 ...