Security

How to restrict the user to access part of data in an index not all data

gowthammahes
Path Finder

Hi,

There is an application which is used by multiple teams and we are ingesting the application logs for each team in a single index. Here we want to restrict each team people should be accessible only their teams logs not all the data in the index. How do i implement it in splunk?

Thanks in advance.

Gowtham

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could consider using summary indexes. Summary indexes do not count against your licence (they used prior to version 4)

Use summary indexing for increased search efficiency - Splunk Documentation

richgalloway
SplunkTrust
SplunkTrust

Access to data is by index.  If you grant a role access to an index then they have access to all of that index.  To control access, each team's application logs should be in separate indexes and each team given access only to the index containing their data.

You may be able to find a workaround using search filters.  Each team (role) would be configured with a search filter that only returns data pertinent to that team.  If you try this be aware that search filters can be bypassed and often have undesired side-effects.

---
If this reply helps you, Karma would be appreciated.
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...