Config update & PHP sample using Monolog

This commit is contained in:
ameye
2022-10-28 01:34:36 +00:00
parent f1f0c76e3d
commit cf56811bec
7 changed files with 341 additions and 23 deletions
+10 -10
View File
@@ -570,14 +570,14 @@ mongodb_threads_allowed_to_block_multiplier = 5
# Email transport
#transport_email_enabled = false
#transport_email_hostname = mail.example.com
#transport_email_port = 587
#transport_email_use_auth = true
#transport_email_auth_username = you@example.com
#transport_email_auth_password = secret
#transport_email_subject_prefix = [graylog]
#transport_email_from_email = graylog@example.com
transport_email_enabled = true
transport_email_hostname = smtp.gmail.com
transport_email_port = 587
transport_email_use_auth = true
transport_email_auth_username = support@chiefsoft.com
transport_email_auth_password = tbnedulxgycvvjhu
transport_email_subject_prefix = [graylog]
transport_email_from_email = support@chiefsoft.com
# Encryption settings
#
@@ -585,7 +585,7 @@ mongodb_threads_allowed_to_block_multiplier = 5
# Using SMTP with STARTTLS *and* SMTPS at the same time is *not* possible.
# Use SMTP with STARTTLS, see https://en.wikipedia.org/wiki/Opportunistic_TLS
#transport_email_use_tls = true
transport_email_use_tls = true
# Use SMTP over SSL (SMTPS), see https://en.wikipedia.org/wiki/SMTPS
# This is deprecated on most SMTP services!
@@ -594,7 +594,7 @@ mongodb_threads_allowed_to_block_multiplier = 5
# Specify and uncomment this if you want to include links to the stream in your stream alert mails.
# This should define the fully qualified base url to your web interface exactly the same way as it is accessed by your users.
#transport_email_web_interface_url = https://graylog.example.com
transport_email_web_interface_url = https://graylog.chiefsoft.net
# The default connect timeout for outgoing HTTP connections.
# Values must be a positive duration (and between 1 and 2147483647 when converted to milliseconds).