Skip to content

Commit

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

```json
{
"nested_arr": [
"array_field": [
{
"field": "test"
},
{
"field": "test2"
}
]
}
```

Example of log data that **cannot** be used for alerts or visualizations:

```json
"array_field": [
{
"nested_arr": [
{
"field": "test"
},
{
"field": "test2"
}
]
}
```


Expand Down

0 comments on commit 4a28b87

Please sign in to comment.