Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Sep 16, 2024
1 parent 204ef29 commit f2b6d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/data-hub/log-parsing/split-json-array.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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"
Expand Down

0 comments on commit f2b6d0c

Please sign in to comment.