Kibana logging on Astronomer Software
All Airflow logs from your Astronomer logs will flow to Elasticsearch and can be visualized on Kibana. Like Grafana, this view is only available to system admins.
Setup
-
Open a browser and go to
kibana.BASEDOMAIN
. -
Click Menu in the upper left, click Stack Management, and then click Index Patterns.
-
In the Name field enter
fluentd.*
or entervector.*
if using sidecar logging, and then click Create index pattern.Elasticsearch uses index patterns to organize how you explore data. Setting
fluentd.*
, orvector.*
if using sidecar logging, as the index means that Kibana displays all logs from all deployments. -
Enter
@timestamp
as theTime Filter
.
Discover
After the index pattern is confirmed, the Discover
tab displays logs as they become available.
From this view, you can add filters to see logs as they come in from all Airflow deployments. You can also add field filters.
Dashboards
Custom dashboards can be created in the Dashboard
view.