Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions providers/elasticsearch/docs/logging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ First, to use the handler, ``airflow.cfg`` must be configured as follows:
[elasticsearch]
host = <host>:<port>

On Airflow 3.x you can also route remote logging to Elasticsearch through the provider
dispatch mechanism by adding an ``elasticsearch://`` scheme to
``[logging] remote_base_log_folder``:
On Airflow 3.3.0 or above you can also route remote logging to Elasticsearch through the provider dispatch mechanism by adding an ``elasticsearch://`` scheme to ``[logging] remote_base_log_folder``:

.. code-block:: ini

Expand Down