Skip to content

Commit

Permalink
Changed logs mappings to be logs-elb (#821)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dong <danieldong51@amazon.com>
Co-authored-by: Daniel Dong <danieldong51@amazon.com>
(cherry picked from commit 7fca060)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Daniel Dong committed Aug 4, 2023
1 parent e2da05b commit 7d3234b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"version": "1.0.0"
},
{
"name": "logs",
"name": "logs-elb",
"version": "1.0.0"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"index_patterns": [
"ss4o_logs-*-*"
"ss4o_logs-elb-*"
],
"data_stream": {},
"template": {
"aliases": {
"logs-elb": {}
},
"mappings": {
"_meta": {
"version": "1.0.0",
Expand Down

0 comments on commit 7d3234b

Please sign in to comment.