Other Usage

How can I find out which email server Splunk uses?

ddrillic
Ultra Champion

Where can I find which email server Splunk uses? An advanced user is asking ; - )

1 Solution

treinke
Builder

If you have access to your internal index. You can try the following:

index=_internal source="*/python.log" "Sending email"

You should see a field called server.

server="localhost"
There are no answer without questions

View solution in original post

MuS
Legend

Hi dddillic,

If you want to see the config for the mail server you can use either of these commands:

|  rest /services/configs/conf-alert_actions/email 
|  table mailserver

or

$SPLUNK_HOME/splunk btool alert_actions list email

and look for the mailserver option.

Hope this helps ...

cheers, MuS

ddrillic
Ultra Champion

Perfect. It's all localhost -

![alt text][1]

0 Karma

treinke
Builder

If you have access to your internal index. You can try the following:

index=_internal source="*/python.log" "Sending email"

You should see a field called server.

server="localhost"
There are no answer without questions

jaihingorani
Path Finder

what is behind localhost ? is it the relayhost which is setup under postfix configuration ?

0 Karma

ddrillic
Ultra Champion

Thank you!

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...