forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consolidate communication-1.0.0.mapping.json schema to match all acro…
…ss (opensearch-project#849) (opensearch-project#882) (cherry picked from commit 256e0d2) Signed-off-by: YANGDB <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> (cherry picked from commit a6753dc)
- Loading branch information
1 parent
63610b9
commit 6ee8ff9
Showing
3 changed files
with
256 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"last_github_commit": "f3a46252e754acc2685ccb5a6ccbb3e09aeed343", | ||
"last_gitfarm_commit": "c4fe804a70724661d3c7082b698f5eff0bc5c382" | ||
"last_github_commit": "a6753dc7ba8b59c36115a3d7e8bbd7da4ba107ac", | ||
"last_gitfarm_commit": "264a990fd08c897f2ef798f2ec18d4b5a6af28bd" | ||
} |
232 changes: 127 additions & 105 deletions
232
...rs/integrations/__data__/repository/aws_vpc_flow/schemas/communication-1.0.0.mapping.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,134 @@ | ||
{ | ||
"template": { | ||
"mappings": { | ||
"_meta": { | ||
"version": "1.0.0", | ||
"catalog": "observability", | ||
"type": "logs", | ||
"component": "communication" | ||
}, | ||
"properties": { | ||
"communication": { | ||
"properties": { | ||
"sock.family": { | ||
"type": "keyword", | ||
"ignore_above": 256 | ||
"template": { | ||
"mappings": { | ||
"_meta": { | ||
"version": "1.0.0", | ||
"catalog": "observability", | ||
"type": "logs", | ||
"component": "communication" | ||
}, | ||
"source": { | ||
"type": "object", | ||
"properties": { | ||
"address": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
"properties": { | ||
"communication": { | ||
"properties": { | ||
"sock.family": { | ||
"type": "keyword", | ||
"ignore_above": 256 | ||
}, | ||
"source": { | ||
"type": "object", | ||
"properties": { | ||
"address": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"domain": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"bytes": { | ||
"type": "long" | ||
}, | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"port": { | ||
"type": "long" | ||
}, | ||
"mac": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
}, | ||
"packets": { | ||
"type": "long" | ||
}, | ||
"geo": { | ||
"type": "object", | ||
"properties": { | ||
"city_name": { | ||
"type": "keyword" | ||
}, | ||
"country_iso_code": { | ||
"type": "keyword" | ||
}, | ||
"country_name": { | ||
"type": "keyword" | ||
}, | ||
"location": { | ||
"type": "geo_point" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"destination": { | ||
"type": "object", | ||
"properties": { | ||
"address": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"domain": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"bytes": { | ||
"type": "long" | ||
}, | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"port": { | ||
"type": "long" | ||
}, | ||
"mac": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
}, | ||
"packets": { | ||
"type": "long" | ||
}, | ||
"geo": { | ||
"type": "object", | ||
"properties": { | ||
"city_name": { | ||
"type": "keyword" | ||
}, | ||
"country_iso_code": { | ||
"type": "keyword" | ||
}, | ||
"country_name": { | ||
"type": "keyword" | ||
}, | ||
"location": { | ||
"type": "geo_point" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"domain": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"bytes": { | ||
"type": "long" | ||
}, | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"port": { | ||
"type": "long" | ||
}, | ||
"mac": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
}, | ||
"packets": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"destination": { | ||
"type": "object", | ||
"properties": { | ||
"address": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"domain": { | ||
"type": "text", | ||
"fields": { | ||
"keyword": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
} | ||
} | ||
}, | ||
"bytes": { | ||
"type": "long" | ||
}, | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"port": { | ||
"type": "long" | ||
}, | ||
"mac": { | ||
"type": "keyword", | ||
"ignore_above": 1024 | ||
}, | ||
"packets": { | ||
"type": "long" | ||
}, | ||
"geo.city_name": { | ||
"type": "keyword" | ||
}, | ||
"geo.country_iso_code": { | ||
"type": "keyword" | ||
}, | ||
"geo.country_name": { | ||
"type": "keyword" | ||
}, | ||
"geo.location": { | ||
"type": "geo_point" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.