All Apps and Add-ons

Event Collector third-party certificates

martaBenedetti
Path Finder

Hi Community,

I have this global setting in inputs.conf:

 

[http]
enableSSL = 1
port = 8088
requireClientCert = false
serverCert = $SPLUNK_HOME/etc/auth/my_certificates/certificate.cer

 

 

I have 2 [token_name] stanzas configured working fine but now I have the need to use a different server certificate for one stanza. So I'd like to do something like this:

 

[http://stanza1]
token = token1
index = index1
sourcetype = sourcetype1

[http://stanza2]
token = token2
index = index2
sourcetype = sourcetype2
serverCert = $SPLUNK_HOME/etc/auth/my_certificates/certificate_2.cer

 

 

I'm not sure it is possible though since in the doc it is written that per-token settings are only these:

  • connection_host
  • disabled
  • index
  • indexes
  • persistentQueueSize
  • source
  • queueSize
  • sourcetype
  • token

 

Any hint?

 

Thanks,

Marta

 

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...