This is an automated email from the ASF dual-hosted git repository.

jason810496 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 67706f6843e Clarify Elasticsearch remote-logging scheme needs Airflow 
3.3.0+ (#70920)
67706f6843e is described below

commit 67706f6843e2dccb0b7f22ee62693a14412d41af
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Sun Aug 2 13:04:35 2026 +0800

    Clarify Elasticsearch remote-logging scheme needs Airflow 3.3.0+ (#70920)
---
 providers/elasticsearch/docs/logging/index.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/providers/elasticsearch/docs/logging/index.rst 
b/providers/elasticsearch/docs/logging/index.rst
index f3fd5486ff0..2e8d732ea3f 100644
--- a/providers/elasticsearch/docs/logging/index.rst
+++ b/providers/elasticsearch/docs/logging/index.rst
@@ -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
 

Reply via email to