Update sample config

This commit is contained in:
Daniel Nelson 2019-12-12 11:05:31 -08:00
parent a7a639f6a3
commit d6f2857c2b
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 12 additions and 1 deletions

View File

@ -1516,6 +1516,10 @@
# # [[processors.strings.left]]
# # field = "message"
# # width = 10
#
# ## Decode a base64 encoded utf-8 string
# # [[processors.strings.base64decode]]
# # field = "message"
# # Restricts the number of tags that can pass through this filter and chooses which tags to preserve when over the limit.
@ -3469,6 +3473,9 @@
# ## gather metrics from SHOW BINARY LOGS command output
# # gather_binary_logs = false
#
# ## gather metrics from PERFORMANCE_SCHEMA.GLOBAL_VARIABLES
# # gather_global_variables = true
#
# ## gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_TABLE
# # gather_table_io_waits = false
#
@ -5741,7 +5748,11 @@
# ## Transport, local address, and port to listen on. Transport must
# ## be "udp://". Omit local address to listen on all interfaces.
# ## example: "udp://127.0.0.1:1234"
# # service_address = udp://:162
# ##
# ## Special permissions may be required to listen on a port less than
# ## 1024. See README.md for details
# ##
# # service_address = "udp://:162"
# ## Timeout running snmptranslate command
# # timeout = "5s"