djadeau opened a new issue, #33619: URL: https://github.com/apache/airflow/issues/33619
### Description Dear Airflow team, Today, it is possible to configure Airflow to read logs of the tasks from ElasticSearch. Is it possible to add the support of Opensearch as source of the task logs ? Thank you. ### Use case/motivation Log sinks are often used in large companies. Concentrate logs in a log sinks is very practical for searches. Opensearch and Elasticsearch have similar methods, so it should not create major change. ElasticSearch has added some checks in the client library, so it is not possible anymore to Opensearch with the elasticsearch library. Cloud providers such as OVHCloud or Scaleway, propose Opensearch as log manager as a service. Opensearch is a full opensource solution contrary to Elasticsearch. ### Related issues No ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
