Splunk Search

Changing number of fields in transforms.conf but keeping original configuration for old data?

claire_lee
Engager

We currently have a scripted input that we originally configured using props.conf and transforms.conf stanzas like the ones below:

[events]
KV_MODE = none
CHECK_FOR_HEADER = false
REPORT-all-fields = eventsfields

[eventsfields]
DELIMS = "\t"
FIELDS = "time", "type", "message" 

Recently we changed the input to add in one additional field and changed transforms.conf to match:

[eventsfields]
DELIMS = "\t"
FIELDS = "id", "time", "type", "message" 

However, it looks like the new configuration has been retroactively applied to the events we had indexed previously and that do not contain the new 'id' field. What this means is that, in our old events, the time is now matched to the field name 'id', the type is now matched to the 'time' field, etc.

Is there any way to fix this by having the old events use the original configuration and the new events use the new one?

Tags (2)

gkanapathy
Splunk Employee
Splunk Employee

There is not. In a case like this, where the log format changes, we would recommend a change in the sourcetype name to reflect new versions of the sourcetype. The new sourcetype would invoke a different transforms.conf rule.

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...