charts icon indicating copy to clipboard operation
charts copied to clipboard

document how to use Elasticsearch for log persistence

Open thesuperzapper opened this issue 4 years ago • 5 comments

Currently, we describe using PVCs and S3/GCS in "How to persist airflow logs?". However, airflow also supports Elasticsearch, so we should add an "Option 3" which describes this.

The docs for airflow's Elasticsearch provider are here: https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/stable/logging.html

thesuperzapper avatar Aug 11 '21 22:08 thesuperzapper

thanks i did manage to establish remote logging via elasticsearch+filebeat+logstash in k8s i can help you in that regard

ArshiAAkhavan avatar Aug 18 '21 06:08 ArshiAAkhavan

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 17 '21 07:10 stale[bot]

Bumping for bot.

thesuperzapper avatar Oct 18 '21 21:10 thesuperzapper

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Feb 13 '22 02:02 stale[bot]

Greetings everyone.

I'm using chart in version 1.13.1 deploying to Kubernetes RKE2 1.27 with Longhorn as storage class.

When enabling elasticsearch.enabled = true the airflow does not go up without specific logs.

The scheduler and webserver show "................" in the logs and the git-sync container is not available.

Does anyone have any ideas on how to resolve this?

DevFontes avatar May 08 '24 15:05 DevFontes