-
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
[Filebeat] httpjson input dot notation in last response #30476
Labels
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Feb 18, 2022
leehinman
changed the title
[httpjson input] dot notation in last response
[Filebeat] httpjson input dot notation in last response
Feb 18, 2022
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Feb 18, 2022
I think this was fixed, but a backport for 8.0 was missed in #28695. Looks like this change fixed it, but I'm not 100% sure. |
4 tasks
Did the missing backport to 8.0. #30574 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 8.0.0 the keys for last_response have "url.params" instead of url
& params being structs with accessible fields.
Steps to Reproduce
API server
Small API server written in Flask.
httpjson config
Results
notice key names of "url.params" and "url.value"
The text was updated successfully, but these errors were encountered: