Getting Data In

can a sourcetype be linked into a index?

ebaileytu
Communicator

I have need to move a sourcetype to a new index because the retention requirements for the sourcetype changed. The issue is that a number of reports/alerts/dashboards reference the sourcetype with the index as well so moving the sourcetype will require everything that references it to be updated with the new index name.

Can the sourcetype be linked or aliased into the old index to avoid rework?

Thanks in advance

0 Karma
1 Solution

lguinn2
Legend

No, there is no way to point the searches to the old index via an alias or other hidden mechanism.
You could update the searches to read

(index=A OR index=B) sourcetype=abc

Eventually the old "index=A" part of the search will return nothing, but it won't cause errors or problems. And someday you can remove the "index=A" part.

View solution in original post

0 Karma

lguinn2
Legend

No, there is no way to point the searches to the old index via an alias or other hidden mechanism.
You could update the searches to read

(index=A OR index=B) sourcetype=abc

Eventually the old "index=A" part of the search will return nothing, but it won't cause errors or problems. And someday you can remove the "index=A" part.

0 Karma

woodcock
Esteemed Legend

You can hide the index= stuff inside of an eventtype (or a macro) and then update that KO after the events age out.

0 Karma

ebaileytu
Communicator

Too bad - of course this is the one sourcetype without an corresponding eventtype. Thanks and enjoy your Friday.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...