Skip to content

Commit

Permalink
Fixing ES archive mapping failure (#100835) (#100917)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
  • Loading branch information
kibanamachine and jonathan-buttner authored May 28, 2021
1 parent 499d47a commit 92bc2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3235,14 +3235,7 @@
}
},
"number_of_replicas": "1",
"number_of_shards": "1",
"routing": {
"allocation": {
"include": {
"_tier": "data_hot"
}
}
}
"number_of_shards": "1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2920,14 +2920,7 @@
}
},
"number_of_replicas": "1",
"number_of_shards": "1",
"routing": {
"allocation": {
"include": {
"_tier": "data_hot"
}
}
}
"number_of_shards": "1"
}
}
}
Expand Down

0 comments on commit 92bc2ec

Please sign in to comment.