From 243e4403e559eb05bb44c249589d3736f35b838c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Anast=C3=A1cio?= Date: Thu, 9 Feb 2023 09:54:52 -0300 Subject: [PATCH] Fix http event listener doc --- docs/src/main/sphinx/admin/event-listeners-http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/admin/event-listeners-http.rst b/docs/src/main/sphinx/admin/event-listeners-http.rst index fdc25e57d5dc..064c5e989da1 100644 --- a/docs/src/main/sphinx/admin/event-listeners-http.rst +++ b/docs/src/main/sphinx/admin/event-listeners-http.rst @@ -23,7 +23,7 @@ Requirements You need to perform the following steps: * Provide an HTTP/S service that accepts POST events with a JSON body. -* Configure ``http-event-listener.ingest-uri`` in the event listener properties file +* Configure ``http-event-listener.connect-ingest-uri`` in the event listener properties file with the URI of the service. * Detail the events to send in the :ref:`http_event_listener_configuration` section.