From fd03223227734e03e690c4e84903e4649f1a7ff5 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Wed, 20 Dec 2017 22:44:54 -0500 Subject: [PATCH] Updated documentation description (#34121) The description for this plugin was referencing Foreman rather than Logstash. --- lib/ansible/plugins/callback/logstash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/logstash.py b/lib/ansible/plugins/callback/logstash.py index ac9452ed85..185158bcc3 100644 --- a/lib/ansible/plugins/callback/logstash.py +++ b/lib/ansible/plugins/callback/logstash.py @@ -10,7 +10,7 @@ DOCUMENTATION = ''' type: notification short_description: Sends events to Logstash description: - - This callback will report facts and task events to Foreman https://theforeman.org/ + - This callback will report facts and task events to Logstash https://www.elastic.co/products/logstash version_added: "2.3" requirements: - whitelisting in configuration