> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/data-sources/overview/creating-data-sources-in-apica-ascent.md).

# Creating Data Sources in Apica Ascent

Apica Ascent allows you to connect multiple data sources for unified observability across logs, metrics, checks, and reports.\
Follow the steps below to configure basic data sources to interact with metrics, logs, checks and reports.

***

### 1. Ascent Logs

**Purpose:** Enables access to logs coming in different dataflows.

**Steps:**

1. Navigate to **Integrations → Data Sources**.
2. Click **Add New Data Source**.
3. Select **Logs** from the available data source types.
4. In the **Name** field, enter:

   ```
   Ascent Logs
   ```
5. Click **Save**.
6. After saving, click **Test Connection**.
   * Expected Result: `Success`

***

### 2. Ascent Reports

**Purpose:** Enables access to creating reports in Ascent.

**Steps:**

1. Navigate to **Integrations → Data Sources**.
2. Click **Add New Data Source**.
3. Select **Reports**.
4. In the **Name** field, enter:

   ```
   Ascent Reports
   ```
5. Click **Save**.
6. Click **Test Connection**.
   * Expected Result: `Success`&#x20;

***

### 3. Ascent Checks

**Purpose:** Connects to Ascent's synthetic check results for analysis and visualization.

**Steps:**

1. Navigate to **Integrations → Data Sources**.
2. Click **Add New Data Source**.
3. Select **Checks**.
4. In the **Name** field, enter:

   ```
   Ascent Checks
   ```
5. Click **Save**.
6. Click **Test Connection**.
   * Expected Result: `Success`

***

### 4. Ascent Metrics

**Purpose:** Integrates the Prometheus endpoint used by Ascent to access metrics.

**Steps:**

1. Navigate to **Integrations → Data Sources**.
2. Click **Add New Data Source**.
3. Select **Apica Ascent Prometheus**.
4. In the **Name** field, enter:

   ```
   Ascent Metrics
   ```
5. In the **Apica Prometheus API URL** field, enter:

   ```
   http://<namespace>-thanos-query:9090
   ```

   * Replace `<namespace>` with your environment’s Kubernetes namespace (for example: `apica-thanos-query:9090`).
6. Click **Save**.
7. Click **Test Connection**.
   * Expected Result: `Success`

***

### Verification

After completing all the configurations:

* Each data source will appear under **Integrations → Data Sources**.
* Dashboards and queries can now utilize these sources for visualization and alerting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apica.io/data-sources/overview/creating-data-sources-in-apica-ascent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
