All Apps and Add-ons

TA-Microsoft-AD default indexes - are they needed?

kungfu71186
New Member

I would like to combine my windows security events and linux security events into 1 index. Are the indexes that some of the splunk TAs create needed?

For Example,
Splunk_TA_microsoft_ad creates about 5 of these. The nix one, creates 2.

0 Karma
1 Solution

adamsaul
Communicator

kungfu,

The indexes are only needed if you do not plan to change the default location that some of the inputs are configured to send data to.

I would also like to say that I would recommend keeping the windows and unix separate, in case down the road you decide to limit the access to specific data (be it Windows or *Nix).

Therefore, maybe make indexes as such to make searching easier but still separates operating system.

#Windows Security Events
index = win_security

#*Nix Security Events
index = nix_security

#Therefore when you execute a search, do the below to access both sets of data
index = *_security

View solution in original post

adamsaul
Communicator

kungfu,

The indexes are only needed if you do not plan to change the default location that some of the inputs are configured to send data to.

I would also like to say that I would recommend keeping the windows and unix separate, in case down the road you decide to limit the access to specific data (be it Windows or *Nix).

Therefore, maybe make indexes as such to make searching easier but still separates operating system.

#Windows Security Events
index = win_security

#*Nix Security Events
index = nix_security

#Therefore when you execute a search, do the below to access both sets of data
index = *_security

kungfu71186
New Member

I thought about doing that. Separating them out, then I was like well I can have them together. But I think i'll go back to your recommendation and follow that. That seems reasonable to me and may save headaches down the road. I just wasn't sure if any of the apps relied on those indexes specifically to do queries.

0 Karma

adamsaul
Communicator

Thank you for accepting! I'm glad I could help.

Some index names are queried by 'apps' but for the most part, most apps play it safe by querying across all accessible indexes and looking for a specific 'sourcetype' instead.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...