Enable data streams for apm-server when running under Agent#22689
Enable data streams for apm-server when running under Agent#22689jalvz merged 1 commit intoelastic:masterfrom
Conversation
|
Pinging @elastic/ingest-management (Team:Ingest Management) |
blakerouse
left a comment
There was a problem hiding this comment.
Change looks simple enough.
Enabling APM Server, woohoo!
ruflin
left a comment
There was a problem hiding this comment.
Change LGTM. But I'm wondering if we really need an additional flag or if we could just assume the flag to be set if management.enabled=true that also data_streams are enabled?
EDIT: having looked at the apm-server code for a bit, I think it's going to take a non-trivial amount of work to do this in a nice way (there's some chicken-and-egg w.r.t. config defaults and validation). Let's go ahead with this change as-is, and follow up with improvements later. |
…22689) # Conflicts: # x-pack/elastic-agent/pkg/agent/program/supported.go
What does this PR do?
Updates the apm-server spec for Elastic Agent
Why is it important?
It is important to ensure apm-server uses data streams when running under Agent.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues
related: elastic/apm-server#4449