Merge pull request #8796 from Security-Onion-Solutions/fix/elasticsearch_fleet_component_template_syntax

Fix syntax for Fleet component templates
This commit is contained in:
weslambert
2022-09-22 11:14:16 -04:00
committed by GitHub
2 changed files with 0 additions and 14 deletions

View File

@@ -1,8 +1,4 @@
{ {
"component_templates": [
{
"name": "so-fleet_agent_id_verification-1",
"component_template": {
"template": { "template": {
"settings": { "settings": {
"analysis": { "analysis": {
@@ -69,6 +65,3 @@
"managed": true "managed": true
} }
} }
}
]
}

View File

@@ -1,8 +1,4 @@
{ {
"component_templates": [
{
"name": "so-fleet_globals-1",
"component_template": {
"template": { "template": {
"settings": { "settings": {
"analysis": { "analysis": {
@@ -68,6 +64,3 @@
"managed": true "managed": true
} }
} }
}
]
}