Skip to content

Commit

Permalink
Remove alias from index template
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Oct 24, 2023
1 parent 4305fa7 commit 1547da8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"index_patterns": [
"INDEX_NAME"
],
"template": {
"aliases": {
"fscrawler": { }
}
},
"priority": 500,
"composed_of": [
"fscrawler_alias",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"index_patterns": [
"INDEX_NAME"
],
"template": {
"aliases": {
"fscrawler": { }
}
},
"priority": 500,
"composed_of": [
"fscrawler_alias",
Expand Down

0 comments on commit 1547da8

Please sign in to comment.