Splunk Search

Modifying Field Values from search

misteryuku
Communicator

I inserted a search command in a splunk search app as follows :
sourcetype="sexuality" | replace "Yan Yi" with jtyi in partner.

The partner field value did change but when i refresh and view the search results i saw that the new value did not replace the old value for the partner field.

How do i make sure that the field value is being replaced permanently each time i do this?

Tags (3)
0 Karma

Ayn
Legend

Once the raw data is indexed, there is no changing it. So any permanent modifications would have to happen at index time. This docs page has som information on changing the raw data at index-time: http://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedatausingconfigurationfiles

Ayn
Legend

Various places in the Splunk installation directory. Go read docs. http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles

misteryuku
Communicator

Where can i find the transforms.conf and props.conf file?

0 Karma

Ayn
Legend

No, there is not. The raw data is simply the incoming events, so the concept of changing it using a separate call doesn't exist. The only changes that can be made to the raw data is achieved by defining this in Splunk's configuration files, as is described in the link I posted.

misteryuku
Communicator

Is there an REST API that specifically to changes the raw data at index-time? If there is , what the REST API endpoint for that?

0 Karma
Get Updates on the Splunk Community!

Demo Day: Strengthen Your SOC with Splunk Enterprise Security 8.1

Today’s threat landscape is more complex than ever. Security operation centers (SOCs) are overwhelmed with ...

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...