From d530470d30e60c0cbffafaf3d49cd2ef9df4199b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Nov 2023 19:00:05 +0100 Subject: [PATCH] logentries: docs improvements (#7549) Docs improvements. --- plugins/callback/logentries.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/callback/logentries.py b/plugins/callback/logentries.py index c07f3521b4..d3feceb72e 100644 --- a/plugins/callback/logentries.py +++ b/plugins/callback/logentries.py @@ -18,7 +18,7 @@ DOCUMENTATION = ''' requirements: - whitelisting in configuration - certifi (Python library) - - flatdict (Python library), if you want to use the 'flatten' option + - flatdict (Python library), if you want to use the O(flatten) option options: api: description: URI to the Logentries API. @@ -90,9 +90,9 @@ examples: > api = data.logentries.com port = 10000 tls_port = 20000 - use_tls = no + use_tls = true token = dd21fc88-f00a-43ff-b977-e3a4233c53af - flatten = False + flatten = false ''' import os