amiriry opened a new issue #17443:
URL: https://github.com/apache/airflow/issues/17443


   **Apache Airflow version**: 2.1.2
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl 
version`): using docker-compose not kubernetes.
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**: ubuntu 20.04.2
   - **OS** (e.g. from /etc/os-release): Linux
   - **Kernel** (e.g. `uname -a`):5.8.0-63-generic
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   I used docker-compose to start an environment of Airflow with Elasticsearch.
   URL: 
https://github.com/amiriry/DockerCompose/blob/master/AirflowESK/docker-compose.yaml
   As You can see in the file I set the frontend configuration:
   AIRFLOW__ELASTICSEARCH__FRONTEND: "http://10.2.0.12:5601/{log_id}";
   As described in the documentation
   
   **What you expected to happen**:
   After running the basic dag in the repo 
https://github.com/amiriry/DockerCompose/blob/master/AirflowESK/dags/dag_with_id.py
 , when opening the status box of the run, there should be a link to the kibana 
that docker-compose brings up.
   There isn't.
   I tried a lot of other urls which didn't work too.
   
   **How to reproduce it**:
   Run the dag and get into status box.
   
   
![image](https://user-images.githubusercontent.com/9162493/128348568-b64e6c52-52eb-4bdf-8839-eebbc1ea3592.png)
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to