Skip to content

Commit

Permalink
Update plain_rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Oct 17, 2019
1 parent 65aac73 commit ec321b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/plain_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,9 +1059,9 @@ Additionally all attributes are also included in non flatten format in the event
"isPattern": "false",
"subservice": "/",
"service": "unknownt",
"myJsonValue**color": "blue",
"myArrayValue**0": "green",
"myArrayValue\_\_1": "black"
"myJsonValue__color": "blue",
"myArrayValue__0": "green",
"myArrayValue__1": "black"
"stripped":
"myJsonValue": {
"type": "myType1",
Expand All @@ -1071,7 +1071,7 @@ Additionally all attributes are also included in non flatten format in the event
},
"myArrayValue": {
"type": "myType2",
"value": ["green", "blue"]
"value": ["green", "black"]
}
]
}
Expand Down

0 comments on commit ec321b0

Please sign in to comment.