You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/11 18:33:25 UTC

[airflow] branch main updated (86b9d3b -> 5cd0bf7)

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

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


    from 86b9d3b  Remove old test dag that is out of place (#16391)
     add 5cd0bf7  Support remote logging in elasticsearch with filebeat 7 (#14625)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/airflow_local_settings.py |  4 ++
 airflow/config_templates/config.yml                | 14 +++++
 airflow/config_templates/default_airflow.cfg       |  6 +++
 .../providers/elasticsearch/log/es_task_handler.py | 20 ++++---
 .../elasticsearch/log/test_es_task_handler.py      | 61 +++++++++++++++++++++-
 5 files changed, 97 insertions(+), 8 deletions(-)