Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {"message":"This is a log message","type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  2. {"message":"string","type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  3. {"message":{"a":"object"},"type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  4. {"message":{"a":"object","b":{"c":2}},"type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  5. {"message":["array"],"type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  6. {"message":["number",1],"type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
  7. {"message":["number",1,{"a":"object","b":{"c":2}}],"type":"YourLogType","@timestamp":"2018-03-21T12:19:15.440Z"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement