Documentation Index
Fetch the curated documentation index at: https://grafana_com_website/llms.txt
Fetch the complete documentation index at: https://grafana_com_website/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: /docs/alloy/next/reference/config-blocks/livedebugging.md (append .md) or send Accept: text/markdown to /docs/alloy/next/reference/config-blocks/livedebugging/. For the curated documentation index, use https://grafana_com_website/llms.txt. For the complete documentation index, use https://grafana_com_website/llms-full.txt.
This is documentation for the next version of Grafana Alloy Documentation. For the latest stable release, go to the latest version.
livedebugging
livedebugging is an optional configuration block that enables the live debugging feature, that streams real-time data from your components directly to the Alloy UI.
By default, live debugging is disabled and must be explicitly enabled through this configuration block to make the debugging data visible in the Alloy UI.
Note
The live debugging feature uses the Alloy UI to provide detailed insights into the data flowing through your pipelines. To ensure that your data remains secure while live debugging is enabled, configure TLS in the http block.
Usage
livedebugging {
}Arguments
You can use the following arguments with livedebugging:
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
enabled | bool | Enables the live debugging feature. | false | no |
Example
The following example enables livedebugging:
livedebugging {
enabled = true
}Was this page helpful?
Related resources from Grafana Labs


