-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Heartbeat] Root fields for synthetics #24768
Labels
enhancement
Heartbeat
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team
test-plan-ok
This PR passed manual testing
v7.13.0
Comments
andrewvc
added
enhancement
Heartbeat
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team
v7.13.0
labels
Mar 25, 2021
Pinging @elastic/uptime (Team:Uptime) |
andrewvc
added a commit
to andrewvc/beats
that referenced
this issue
Mar 25, 2021
Fixes elastic#24768 This allows synthetics to drive more field names without requiring heartbeat updates. Any fields in `root_fields` get merged into the event root.
7 tasks
andrewvc
added a commit
that referenced
this issue
Mar 30, 2021
Fixes #24768 This allows synthetics to drive more field names without requiring heartbeat updates. Any fields in root_fields get merged into the event root. This also improves the testing in this area of the code, which was somewhat lean (and really was only tested in larger functional tests run elsewhere)
andrewvc
added a commit
to andrewvc/beats
that referenced
this issue
Mar 30, 2021
Fixes elastic#24768 This allows synthetics to drive more field names without requiring heartbeat updates. Any fields in root_fields get merged into the event root. This also improves the testing in this area of the code, which was somewhat lean (and really was only tested in larger functional tests run elsewhere)
andrewvc
added a commit
that referenced
this issue
Mar 30, 2021
Fixes #24768 This allows synthetics to drive more field names without requiring heartbeat updates. Any fields in root_fields get merged into the event root. This also improves the testing in this area of the code, which was somewhat lean (and really was only tested in larger functional tests run elsewhere)
When running 7.13 stack, I was able to query for the fields that are specified as root fields in the synthetics PR that introduced these |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Heartbeat
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team
test-plan-ok
This PR passed manual testing
v7.13.0
We need to interpolate the new
root_fields
field from synthetics into the base of events per elastic/synthetics#215This just means looking for that field and merging it in.
The text was updated successfully, but these errors were encountered: