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

Capture/Display of header data #190

Closed
andrewvc opened this issue May 6, 2020 · 1 comment · Fixed by elastic/kibana#82332
Closed

Capture/Display of header data #190

andrewvc opened this issue May 6, 2020 · 1 comment · Fixed by elastic/kibana#82332
Assignees
Labels
enhancement New feature or request

Comments

@andrewvc
Copy link
Contributor

andrewvc commented May 6, 2020

Sometimes if a server is available, there can still be user impacting errors. We want to capture all of the data points that come back to us in the HTTP reposes header (ie if GZIP is enabled, cookies being set, cache settings etc). The goal is then to use this data to power alerting when a change is detected.

We should add header support to heartbeat (APM already does this) then build a UI around it.

@andrewvc andrewvc added the enhancement New feature or request label May 6, 2020
andrewvc added a commit to andrewvc/beats that referenced this issue May 6, 2020
Provides progress toward: elastic/uptime#190

Captures HTTP headers and stores them in the response in the same manner
as APM Server, using canonical header names in `http.response.headers`.
Values are not indexed, just stored, in ES.
andrewvc added a commit to elastic/beats that referenced this issue Jun 9, 2020
Provides progress toward: elastic/uptime#190

Captures HTTP headers and stores them in the response in the same manner
as APM Server, using canonical header names in `http.response.headers`.
Values are not indexed, just stored, in ES.
andrewvc added a commit to andrewvc/beats that referenced this issue Jun 9, 2020
Provides progress toward: elastic/uptime#190

Captures HTTP headers and stores them in the response in the same manner
as APM Server, using canonical header names in `http.response.headers`.
Values are not indexed, just stored, in ES.

(cherry picked from commit af4ebe5)
andrewvc added a commit to elastic/beats that referenced this issue Jun 9, 2020
Provides progress toward: elastic/uptime#190

Captures HTTP headers and stores them in the response in the same manner
as APM Server, using canonical header names in `http.response.headers`.
Values are not indexed, just stored, in ES.

(cherry picked from commit af4ebe5)
@andrewvc
Copy link
Contributor Author

The heartbeat side has been merged in elastic/beats#18327

melchiormoulin pushed a commit to melchiormoulin/beats that referenced this issue Oct 14, 2020
Provides progress toward: elastic/uptime#190

Captures HTTP headers and stores them in the response in the same manner
as APM Server, using canonical header names in `http.response.headers`.
Values are not indexed, just stored, in ES.
@shahzad31 shahzad31 self-assigned this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants