Skip to content

Commit

Permalink
consolidate aws_s3-1.0.0.mapping.json schema to match all across (#851)
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB authored and derek-ho committed Sep 6, 2023
1 parent c8b37df commit bf21812
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"version": "1.0.0",
"catalog": "observability",
"type": "logs",
"component": "s3"
"component": "aws_s3"
},
"properties": {
"aws": {
"type" : "object",
"properties": {
"s3": {
"type" : "object",
"properties": {
"bucket_owner": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"catalog": "observability",
"type": "logs",
"component": "s3"
"component": "aws_s3"
},
"properties": {
"aws": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
},
"properties": {
"aws": {
"type" : "object",
"properties": {
"s3": {
"type" : "object",
"properties": {
"bucket_owner": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"version": "1.0.0",
"catalog": "observability",
"type": "logs",
"component": "s3"
"component": "aws_s3"
},
"properties": {
"aws": {
"type" : "object",
"properties": {
"s3": {
"type" : "object",
"properties": {
"bucket_owner": {
"type": "keyword"
Expand Down

0 comments on commit bf21812

Please sign in to comment.