Security

Restrict index to only accept data from specific forwarder in multi tenant environment

jjmarks81
Engager

Is it possible to restrict indexes to accept data from specific forwarder/subnets in a multi tenant clustered environment? Is this possible with a single indexer cluster or will I need to setup multiple indexer clusters?

We have a search head cluster and an indexer cluster and are looking for a method to restrict index access so that customers cannot accidentally send data to the wrong index. I understand there are methods for restricting forwarder to indexer access but not forwarder to index. I also understand that with proper forwarder configurations this shouldn't be an issue but given data sensitivity requirements from my customers we need to see if there is a solution available.

Currently on Splunk Enterprise 8.0.0.

Labels (1)

esix_splunk
Splunk Employee
Splunk Employee

There are a few ways you can accomplish this. One of the easiest is to tag meta data at ingest and then use evals at ingest time on the indexers to filter that traffic. This is probably the most direct and simplest approach, I've built and seen this with many MSSPs. There's no way to do this with network/cidr masks in Splunk, you could probably automate some firewall rules or something, but routing and filtering based on meta is more managable.

Simple workflow-
1) Customer A + B has HF(s) - add meta data field at HFs that add a customer Tag or HF Tag to each event.
2) On the Indexer side, use ingest time evals to pass the data to the correct index or route to nullQueue based on the tags defined in above - Ingest Evals

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, ...