Getting Data In

After renaming a sourcetype, why is it only being applied to new data and not already indexed data?

OMohi
Path Finder

Hi Guys:

I have renamed a sourcetype, but after renaming the sourcetype and recycling the indexers, I only see new data being allocated to the new sourcetype. Historical data still seems to be allocated to the old sourcetype.

How do I address this problem? Do I need to clean all the eventdata from index on the indexer, stop Universal Forwarder, delete the fishbucket folder, start the indexer, and restart the forwarder? Please let me know.

Thanks

Tags (2)
0 Karma
1 Solution

tskinnerivsec
Contributor

sourcetype is an indexed field, so when you change to a new sourcetype, it will not apply to any historical events. If you don't care about your old data, you can just clear all the eventdata in the index where that particular historical data resides. After you clear the eventdata out of the index, if you still have the source data, you would have to re-index it and it should pick up the new sourcetype that you have configured.

View solution in original post

tskinnerivsec
Contributor

sourcetype is an indexed field, so when you change to a new sourcetype, it will not apply to any historical events. If you don't care about your old data, you can just clear all the eventdata in the index where that particular historical data resides. After you clear the eventdata out of the index, if you still have the source data, you would have to re-index it and it should pick up the new sourcetype that you have configured.

bmacias84
Champion

tskinnerivsec is correct. _time, host,index, splunk_server, sourcetype, and source are all fields performed during ingestion (index time).

Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...