mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Docs: add documentation with regards to the new prettify function (#36856)
* Docs: add information about prettify function * Docs: add info in logs-panel * Docs: update prettify function in logs-integration Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Docs: update prettify function in logs-panel Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
parent
b644ea9e6e
commit
5d101fece1
@ -71,6 +71,10 @@ Shows or hides the unique labels column that includes only non-common labels. Al
|
||||
|
||||
Set this to True if you want the display to use line wrapping. If set to False, it will result in horizontal scrolling.
|
||||
|
||||
#### Prettify JSON
|
||||
|
||||
Set this to `true` to pretty print all JSON logs. This setting does not affect logs in any format other than JSON.
|
||||
|
||||
#### Deduping
|
||||
|
||||
Log data can be very repetitive and Explore can help by hiding duplicate log lines. There are a few different deduplication algorithms that you can use:
|
||||
|
@ -35,5 +35,6 @@ Use these settings to refine your visualization:
|
||||
- **Unique labels -** Show or hide the unique labels column, which shows only non-common labels.
|
||||
- **Common labels -** Show or hide the common labels.
|
||||
- **Wrap lines -** Toggle line wrapping.
|
||||
- **Prettify JSON -** Set this to `true` to pretty print all JSON logs. This setting does not affect logs in any format other than JSON.
|
||||
- **Enable log details -** Toggle option to see the log details view for each log row. The default setting is true.
|
||||
- **Order -** Display results in descending or ascending time order. The default is **Descending**, showing the newest logs first. Set to **Ascending** to show the oldest log lines first.
|
||||
|
Loading…
Reference in New Issue
Block a user