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
SplunkTrust
SplunkTrust

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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...