From f2b6d0c58fc77805acdeb7af50b84c1270892cf3 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Mon, 16 Sep 2024 13:53:48 +0300 Subject: [PATCH] json --- docs/user-guide/data-hub/log-parsing/split-json-array.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/data-hub/log-parsing/split-json-array.md b/docs/user-guide/data-hub/log-parsing/split-json-array.md index 3aea0c25..e325fcbc 100644 --- a/docs/user-guide/data-hub/log-parsing/split-json-array.md +++ b/docs/user-guide/data-hub/log-parsing/split-json-array.md @@ -14,7 +14,7 @@ When log data is sent with **nested objects** in an array, it **cannot** be used Example of log data that **can** be used for alerts and visualizations: -```yaml +```json { "nested_arr": [ { @@ -29,7 +29,7 @@ Example of log data that **can** be used for alerts and visualizations: Example of log data that **cannot** be used for alerts or visualizations: -```yaml +```json "array_field": [ { "field": "test"