Knowledge Management

Is it possible to alias a command to another one?

daniel333
Builder

All,

So we're slowly moving off of index=java to index=applicationlogs for a few reasons. Is there a way to alias index=java to index=applicationlogs for users?

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

No, there is no way to transparently alias without changing existing searches. @cusello's approach is valid. You can also create a macro, for example set_app_index, that resolves to index=java OR index=applicationlogs.
Either way, you will have to update saved searches, reports and dashboards with inline searches to take advantage of the abstraction.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi,
You can use eventtypes instead of indexes.
In other words:
You have to create an eventtype like the folliwing
Index=java OR index=applicationlogs
And then on your searches use
Eventtype=my_eventtype instead of index= applicationlogs
Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...