Getting Data In

How to exclude staging servers logs counting in daily license usage.

abhic25
Explorer

Hi, I have existing set of prod servers sending logs to splunk which has 10GB license capacity, is this possible to exclude upcoming staging servers which will be sending logs to existing licensing, might in future when we upgrade the license then we are planning to send some security logs to indexing and search for audit purpose.

Labels (1)

gcusello
SplunkTrust
SplunkTrust

Hi @abhic25,

you can follow two approaches:

  • disable sending from stage hosts e.g. disabling Splunk Forwarder or inputs,
  • filter logs from that hosts before indexing.

the first is obviously easier and don'r consule bandwidth, the second consule bandwidth and requires a little intervene on the Indexers (or on Heavy Forwarders if present).

If you choose the second, you can follow instructions at https://docs.splunk.com/Documentation/Splunk/8.0.6/Forwarding/Routeandfilterdatad#Filter_event_data_...

in few words:

in props.conf

[host::your_hosts]
TRANSFORMS-null= setnull

in transforms.conf

[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...

We’ve Got Education Validation!

Are you feeling it? All the career-boosting benefits of up-skilling with Splunk? It’s not just a feeling, it's ...