Skip to content

Commit

Permalink
[Fleet] Add namespaces to fleet managed indices (#108363)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 7, 2024
1 parent ef12e39 commit 76dc0eb
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
"completed_at": {
"type": "date"
},
"namespaces": {
"type": "keyword"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"type": "binary"
}
}
},
"namespaces": {
"type": "keyword"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
},
"tags": {
"type": "keyword"
},
"namespaces": {
"type": "keyword"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
"updated_at": {
"type": "date"
},
"namespaces": {
"type": "keyword"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"last": {
"type": "boolean",
"index": false
},
"namespaces": {
"type": "keyword"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"@timestamp": {
"type": "date"
},
"namespaces": {
"type": "keyword"
},
"upload_start": {
"type": "date"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"@timestamp": {
"type": "date"
},
"namespaces": {
"type": "keyword"
},
"data": {
"type": "binary",
"store": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"@timestamp": {
"type": "date"
},
"namespaces": {
"type": "keyword"
},
"agent_id": {
"type": "keyword"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"coordinator_idx": {
"type": "integer"
},
"namespaces": {
"type": "keyword"
},
"data": {
"enabled": false,
"type": "object"
Expand Down

0 comments on commit 76dc0eb

Please sign in to comment.