Skip to content

Commit

Permalink
beautify json
Browse files Browse the repository at this point in the history
  • Loading branch information
pbivic committed Dec 19, 2024
1 parent 8680822 commit 7905cc1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/integration/develop_integration/formats/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ Select the way who develop your parse to find the appropriate documentation: wit

was previously used to parse the following event:
```
{'protocol':'tcp','traffic':{'source':'127.0.0.1','target':'8.8.8.8'}}
{
"protocol":"tcp",
"traffic":{
"source":"127.0.0.1",
"target":"8.8.8.8"
}
}
```

To put the `source` and the `target` IP in the final version of the parsed event, the `Set` action can be used:
Expand Down

0 comments on commit 7905cc1

Please sign in to comment.