-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Remove timestamp from component template #71095
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
low hanging fruit
DO NOT USE. Use `good first issue` instead
Team:Endpoint Data Visibility
Team managing the endpoint resolver
Team:Fleet
Team label for Observability Data Collection Fleet team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
technical debt
Improvement of the software architecture and operational architecture
Comments
jonathan-buttner
added
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Team:Endpoint Data Visibility
Team managing the endpoint resolver
Team:Fleet
Team label for Observability Data Collection Fleet team
Feature:Ingest Management
labels
Jul 8, 2020
Pinging @elastic/ingest-management (Feature:EPM) |
Pinging @elastic/endpoint-data-visibility-team (Team:Endpoint Data Visibility) |
ph
added
the
technical debt
Improvement of the software architecture and operational architecture
label
Oct 19, 2020
MindyRS
added
the
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
label
Oct 27, 2020
jen-huang
changed the title
[EPM][Ingest Manager] Remove timestamp from component template
[Fleet] Remove timestamp from component template
Apr 27, 2021
@jen-huang I think this is in fleet no? This reference typescript code. |
@ph Oops, I assigned the wrong board yesterday :) Yes, this is Fleet. |
kpollich
added a commit
to kpollich/kibana
that referenced
this issue
May 10, 2021
Elasticsearch bug fixed upstream allows us to remove this field from the template: elastic/elasticsearch/elastic#58956 Closes elastic#71095
kpollich
added a commit
that referenced
this issue
May 10, 2021
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
May 10, 2021
* Remove timestamp field from component template Elasticsearch bug fixed upstream allows us to remove this field from the template: elastic/elasticsearch/elastic#58956 Closes elastic#71095 * Remove timestamp field from functional test
kibanamachine
added a commit
that referenced
this issue
May 10, 2021
* Remove timestamp field from component template Elasticsearch bug fixed upstream allows us to remove this field from the template: elastic/elasticsearch/#58956 Closes #71095 * Remove timestamp field from functional test Co-authored-by: Kyle Pollich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
low hanging fruit
DO NOT USE. Use `good first issue` instead
Team:Endpoint Data Visibility
Team managing the endpoint resolver
Team:Fleet
Team label for Observability Data Collection Fleet team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
technical debt
Improvement of the software architecture and operational architecture
ES fixed a bug here: elastic/elasticsearch#58956 that required us to include the timestamp field in component templates that defined a mapping section here:
kibana/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/install.ts
Line 197 in 0b16688
kibana/x-pack/test/fleet_api_integration/apis/epm/install_overrides.ts
Line 67 in 0b16688
This can now be removed as the bug is fixed.
The text was updated successfully, but these errors were encountered: