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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

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

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...