Skip to content

Commit 76dc0eb

Browse files
authored
[Fleet] Add namespaces to fleet managed indices (#108363)
1 parent ef12e39 commit 76dc0eb

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed

x-pack/plugin/core/template-resources/src/main/resources/fleet-actions-results.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
},
5454
"completed_at": {
5555
"type": "date"
56+
},
57+
"namespaces": {
58+
"type": "keyword"
5659
}
5760
}
5861
}

x-pack/plugin/core/template-resources/src/main/resources/fleet-actions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"type": "binary"
5757
}
5858
}
59+
},
60+
"namespaces": {
61+
"type": "keyword"
5962
}
6063
}
6164
}

x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
},
317317
"tags": {
318318
"type": "keyword"
319+
},
320+
"namespaces": {
321+
"type": "keyword"
319322
}
320323
}
321324
}

x-pack/plugin/core/template-resources/src/main/resources/fleet-enrollment-api-keys.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
},
3434
"updated_at": {
3535
"type": "date"
36+
},
37+
"namespaces": {
38+
"type": "keyword"
3639
}
3740
}
3841
}

x-pack/plugin/core/template-resources/src/main/resources/fleet-file-fromhost-data.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"last": {
3939
"type": "boolean",
4040
"index": false
41+
},
42+
"namespaces": {
43+
"type": "keyword"
4144
}
4245
}
4346
}

x-pack/plugin/core/template-resources/src/main/resources/fleet-file-fromhost-meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"@timestamp": {
2626
"type": "date"
2727
},
28+
"namespaces": {
29+
"type": "keyword"
30+
},
2831
"upload_start": {
2932
"type": "date"
3033
},

x-pack/plugin/core/template-resources/src/main/resources/fleet-file-tohost-data.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"@timestamp": {
2626
"type": "date"
2727
},
28+
"namespaces": {
29+
"type": "keyword"
30+
},
2831
"data": {
2932
"type": "binary",
3033
"store": true

x-pack/plugin/core/template-resources/src/main/resources/fleet-file-tohost-meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"@timestamp": {
2626
"type": "date"
2727
},
28+
"namespaces": {
29+
"type": "keyword"
30+
},
2831
"agent_id": {
2932
"type": "keyword"
3033
},

x-pack/plugin/core/template-resources/src/main/resources/fleet-policies.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"coordinator_idx": {
1414
"type": "integer"
1515
},
16+
"namespaces": {
17+
"type": "keyword"
18+
},
1619
"data": {
1720
"enabled": false,
1821
"type": "object"

0 commit comments

Comments
 (0)