When using logstash to retrieve airflow logs from a folder you have access to, would I still need to make any changes in the airflow.cfg file?
For instance, I have airflow and ELK deployed on same ec2 instance. The logstash .conf file has access to the airflow logs path since they are on the same instance. Do I need to turn on remote logging
in airflow config?
In fact you have two options to push airflow logs to Elastic Search:
So the answer to your question is no, if you have a logstash, you don't need Airflow remote logging
config