Getting Data In

TRANSFORMS-ROUTING filtering out source address

sbattista09
Contributor

I have set up a TRANSFORMS-ROUTING and it is forwarding data to a 3rd party however, they do not want to see the source address the logs are coming from. Is there a quick way i can remove the source IP form the data being sent over?

the logs look like this-
timestamp 10.10.10.10 logs message blahhh foo blahhh foooooooo blahhh

props-
[host::hostA*]
TRANSFORMS-ROUTING = send_to_party

transforms -
[send_to_party]
REGEX = .
DEST_KEY = _SYSLOG_ROUTING
FORMAT = send_to_party_group_1

outputs-
[syslog:send_to_party_group_1]
server = 10.22.22.22:514
type = udp
syslogSourceType = sourcetype::none

0 Karma

p_gurav
Champion

You can try using SEDCMD in props.conf. Refer below documents:
http://docs.splunk.com/Documentation/Splunk/7.1.1/Admin/Propsconf

0 Karma

sbattista09
Contributor

i should have said we are doing this on a HWF so this wont work because SEDCMD will only work at index time.. right?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...