Skip to content

Commit

Permalink
Define logs as nested data type (#1622)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Jun 21, 2019
1 parent 4f5e04b commit 05c824e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 15 additions & 15 deletions plugin/storage/es/mappings/gen_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions plugin/storage/es/mappings/jaeger-span.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
"type":"integer"
},
"logs":{
"type":"nested",
"dynamic":false,
"properties":{
"timestamp":{
"type":"long"
Expand Down

0 comments on commit 05c824e

Please sign in to comment.