Skip to content

Commit

Permalink
update index template to avoid name collisions
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 committed Aug 3, 2023
1 parent ccb9263 commit e3cc130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ An integration is a bundle of pre-canned assets which are brought together in a
AWS CloudFront integration includes dashboards, visualizations, queries, and an index mapping.

### Dashboards
The Dashboard uses the index alias `logs-aws-cloudfront` for shortening the index name - be advised.

![AWS CloudFront Dashboard](../static/dashboard.png)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"data_stream": {},
"template": {
"aliases": {
"logs-cloudfront": {}
"logs-aws-cloudfront": {}
},
"mappings": {
"_meta": {
Expand Down

0 comments on commit e3cc130

Please sign in to comment.