> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

1. Open a browser and go to `kibana.BASEDOMAIN`.

2. Click **Menu** in the upper left, click **Stack Management**, and then click **Index Patterns**.

3. In the **Name** field enter `fluentd.*` or enter `vector.*` if using sidecar logging, and then click **Create index pattern**.

   Elasticsearch uses [index patterns](https://www.elastic.co/guide/en/kibana/current/index-patterns.html) to organize how you explore data. Setting `fluentd.*`, or `vector.*` if using sidecar logging,  as the index means that Kibana displays all logs from all deployments.

4. Enter `@timestamp` as the `Time Filter`.

## Discover

After the index pattern is confirmed, the `Discover` tab displays logs as they become available.

<Frame>
  <img src="https://mintcdn.com/astronomer/XZk5DsNifaMN7o1r/images/software/add-fields.png?fit=max&auto=format&n=XZk5DsNifaMN7o1r&q=85&s=37ed3b587c68e0edc766b90019c5d659" alt="Elastic Add Fields screen" width="1200" height="563" data-path="images/software/add-fields.png" />
</Frame>

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.
