Splunk Search

How to filter fields for specific user from a index?

happylearning
Loves-to-Learn

let's say i have 1 index and we have multiple users, i want to assign a role so that user A can only view 5 interesting fields from 50 interesting fields. 

 

 

Labels (1)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try creating a new (summary) index with just the five fields in for each event in the main index as assign it to the restricted role.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @happylearning,

it isn't possible because in Splunk information access is managed at index level, so it isn't possible to create a role that can view only a part of information.

You can solve your requirement in two ways:

Create a dashboard for each role that visualize only the requested fields blocking the access to full events.

Copy the information in dedicated summary indexes containing only the information for one role.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...