Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport/8.15/pr 675 #695

Merged
merged 27 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d03b9b1
Update track artifacts (ilm, pipelines, templates) to 8.15.1
achuguy Sep 18, 2024
b4ef189
Fixing track.json component document spec
achuguy Sep 18, 2024
9dfaac2
Remove unused files
achuguy Sep 18, 2024
501b69c
Increment track.json version
achuguy Sep 18, 2024
8eb84cc
Revert track.json version
achuguy Sep 19, 2024
1100dc8
Removed track attempting to load x-pack managed component templates
achuguy Sep 19, 2024
ba5ac19
remove logsdb index mode from regular track templates
achuguy Sep 20, 2024
0d3999a
remove logsdb index mode from regular track templates for beats
achuguy Sep 20, 2024
c2109a1
Revert using logsdb mode with beats
achuguy Sep 20, 2024
ca2b267
Restore skip_delete_component_template flag
achuguy Sep 23, 2024
6fca494
Only skip fleet templates that are used by other composable templates
achuguy Sep 25, 2024
0bf62c9
Remove `logs-endpoint.events.*@custom` from composable templates
achuguy Sep 25, 2024
b414039
Install the component templates for endpoint when index_mode=logsdb
achuguy Sep 30, 2024
3a20384
Restore `security` ilm for beats
achuguy Oct 2, 2024
45e6c8d
Restore switch between `ilm` and `dlm` in logs-endpoint.* composable …
achuguy Oct 2, 2024
4cada6c
Remove `track-shared-logsdb-mode` component template from beats templ…
achuguy Oct 2, 2024
63d2a9b
Restore logic to avoid installing additional templates in `logsdb` mode
achuguy Oct 2, 2024
e147844
Don't set `number_of_shards` and `number_of_replicas` in serverless
achuguy Oct 2, 2024
def6cd4
Remove logs.json and [email protected]. These are managed by…
achuguy Oct 2, 2024
95fb96a
Pin elasticsearch-py versions
gbanasiak Oct 2, 2024
cc79261
Restore `track-shared-logsdb-mode` to the beats templates
achuguy Oct 2, 2024
a627289
Remove composable-logsdb and introduce logs_endpoint_from_kibana
gbanasiak Oct 3, 2024
5a378c1
Configure number of shards/replicas conditionally in serverless
gbanasiak Oct 3, 2024
98888fc
Add additional track parameters to README.md
achuguy Oct 3, 2024
5379faf
Remove duplicate parameter in README.md
achuguy Oct 3, 2024
6f336b1
Remove `failure_store` option from templates. Only available in SNAP…
achuguy Oct 21, 2024
78740f8
Merge branch '8.15' into backport/8.15/pr-675
elasticmachine Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore track-shared-logsdb-mode to the beats templates
achuguy committed Oct 17, 2024
commit cc792611edd32ce4260a8698fd945bab50f5dc16
Original file line number Diff line number Diff line change
@@ -8110,7 +8110,7 @@
}
}
},
"composed_of" : ["track-custom-mappings"],
"composed_of" : ["track-custom-mappings", "track-shared-logsdb-mode"],
"priority" : 150,
"data_stream" : { }
}
Original file line number Diff line number Diff line change
@@ -29075,7 +29075,7 @@
}
}
},
"composed_of" : ["track-custom-mappings"],
"composed_of" : ["track-custom-mappings", "track-shared-logsdb-mode"],
"priority" : 150,
"data_stream" : { }
}
Original file line number Diff line number Diff line change
@@ -29623,7 +29623,7 @@
"date_detection" : false
}
},
"composed_of" : ["track-custom-mappings"],
"composed_of" : ["track-custom-mappings", "track-shared-logsdb-mode"],
"priority" : 150,
"data_stream" : { }
}
Original file line number Diff line number Diff line change
@@ -8977,7 +8977,7 @@
}
}
},
"composed_of" : ["track-custom-mappings"],
"composed_of" : ["track-custom-mappings", "track-shared-logsdb-mode"],
"priority" : 150,
"data_stream" : { }
}
Original file line number Diff line number Diff line change
@@ -7321,7 +7321,7 @@
}
}
},
"composed_of" : ["track-custom-mappings"],
"composed_of" : ["track-custom-mappings", "track-shared-logsdb-mode"],
"priority" : 150,
"data_stream" : { }
}
4 changes: 4 additions & 0 deletions elastic/security/track.json
Original file line number Diff line number Diff line change
@@ -101,6 +101,10 @@
],
{% else %}
"component-templates": [
{
"name": "track-shared-logsdb-mode",
"template": "./templates/component/track-shared-logsdb-mode.json"
},
{
"name": "track-custom-mappings",
"template": "./templates/component/track-custom-mappings.json"