Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support remote logging in elasticsearch with filebeat 7 #14625

Merged
merged 4 commits into from Jun 11, 2021
Merged

Support remote logging in elasticsearch with filebeat 7 #14625

merged 4 commits into from Jun 11, 2021

Commits on Jun 10, 2021

  1. Support remote logging in elasticsearch with filebeat 7

    Filebeat 7 renamed some fields (offset->log.offset and host->host.name),
    so allow the field names Airflow uses to be configured.
    
    Airflow isn't directly involved with getting the logs _to_
    elasticsearch, so we should allow easy configuration to accomodate
    whatever tools are used in that process.
    jedcunningham committed Jun 10, 2021
    Copy the full SHA
    95ecf0d View commit details
    Browse the repository at this point in the history
  2. Add tests

    jedcunningham committed Jun 10, 2021
    Copy the full SHA
    122979b View commit details
    Browse the repository at this point in the history
  3. Bump version_added

    jedcunningham committed Jun 10, 2021
    Copy the full SHA
    cd7026f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Update airflow/providers/elasticsearch/log/es_task_handler.py

    Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
    jedcunningham and ashb committed Jun 11, 2021
    Copy the full SHA
    7f3a208 View commit details
    Browse the repository at this point in the history