---
title: "GET /api/v1/config/log-ingest-config"
method: GET
path: "/api/v1/config/log-ingest-config"
tags: ["LogIngestConfig"]
---

# GET /api/v1/config/log-ingest-config

`GET /api/v1/config/log-ingest-config`

## Response `200`

A successful response.

- Configv1ReadLogIngestConfigResponse
  - `log_ingest_config` Configv1LogIngestConfig — LogIngestConfig is a singleton configuration object that specifies the configuration for log ingest.
    - `created_at` string, date-time — Timestamp of when the LogIngestConfig was created. Cannot be set by clients.
    - `updated_at` string, date-time — Timestamp of when the LogIngestConfig was last updated. Cannot be set by clients.
    - `parsers` Configv1LogParser[] — The ordered list of parsers to run on ingested logs. The first parser which matches the log is used.
      - `name` string — Name is the name of the parser.
      - `regex` string — Regex is the Re2 regex parser pattern to apply. Named capturing groups become named fields in the extracted log.

## Other responses

- `404` — Cannot read the LogIngestConfig because LogIngestConfig has not been created.
- `500` — An unexpected error response.
- `default` — An undefined error response.

---

[API](https://skmtc.net/chronosphere/apis/config-v1-api.md) · [All operations](https://skmtc.net/chronosphere/apis/config-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chronosphere/config-v1-api/versions/530951bd2ccf/schema)
