Put ip address in for host we don't have dns for.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
7ea1509a2f
commit
e84065541f
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ local4.* ?m_http_apps;MergeFormat
|
||||||
local6.* ?m_audit;MergeFormat
|
local6.* ?m_audit;MergeFormat
|
||||||
|
|
||||||
# forward to splunk host, over tls
|
# forward to splunk host, over tls
|
||||||
*.* @@splunk-syslog.corp.redhat.com:6514
|
#*.* @@splunk-syslog.corp.redhat.com:6514
|
||||||
|
*.* @@10.31.20.29:6514
|
||||||
$DefaultNetstreamDriver gtls # use gtls netstream driver
|
$DefaultNetstreamDriver gtls # use gtls netstream driver
|
||||||
$ActionSendStreamDriverMode 1 # require TLS for the connection
|
$ActionSendStreamDriverMode 1 # require TLS for the connection
|
||||||
$ActionSendStreamDriverAuthMode anon # server is NOT authenticated
|
$ActionSendStreamDriverAuthMode anon # server is NOT authenticated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue