Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

chore: stringify http responses#2772

Merged
kuisathaverat merged 4 commits intoelastic:mainfrom
mdelapenya:stringify-http-responses
Sep 14, 2022
Merged

chore: stringify http responses#2772
kuisathaverat merged 4 commits intoelastic:mainfrom
mdelapenya:stringify-http-responses

Conversation

@mdelapenya
Copy link
Copy Markdown
Contributor

@mdelapenya mdelapenya commented Jul 7, 2022

What does this PR do?

It uses the string representation of the array of bytes that are responded by HTTP servers (particularly Kibana APIs).

Why is it important?

When used in logs, it prints out the array of bytes instead of the String representation, making it useless to troubleshoot any log error

Instead of:

time="2022-07-07T08:46:42Z" level=error msg="Could not get Fleet data streams api" body="[123 34 115 116 97 116 117 115 67 111 100 101 34 58 53 48 48 44 34 101 114 114 111 114 34 58 34 73 110 116 101 114 110 97 108 32 83 101 114 118 101 114 32 69 114 114 111 114 34 44 34 109 101 115 115 97 103 101 34 58 34 115 101 97 114 99 104 95 112 104 97 115 101 95 101 120 101 99 117 116 105 111 110 95 101 120 99 101 112 116 105 111 110 58 32 91 100 97 116 101 95 116 105 109 101 95 101 120 99 101 112 116 105 111 110 93 32 82 101 97 115 111 110 58 32 70 105 101 108 100 32 89 101 97 114 32 99 97 110 110 111 116 32 98 101 32 112 114 105 110 116 101 100 32 97 115 32 116 104 101 32 118 97 108 117 101 32 45 50 57 50 50 55 53 48 53 53 32 101 120 99 101 101 100 115 32 116 104 101 32 109 97 120 105 109 117 109 32 112 114 105 110 116 32 119 105 100 116 104 32 111 102 32 52 34 125]" error="" statusCode=500

we would have:

time="2022-07-07T08:22:19Z" level=error msg="Could not get Fleet data streams api" body="{"statusCode":500,"error":"Internal Server Error","message":"search_phase_execution_exception: [date_time_exception] Reason: Field Year cannot be printed as the value -292275055 exceeds the maximum print width of 4"}" error="" statusCode=500

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the Unit tests (make unit-test), and they are passing locally
  • I have run the End-2-End tests for the suite I'm working on, and they are passing locally
  • I have noticed new Go dependencies (run make notice in the proper directory)

Related issues

@mdelapenya mdelapenya added area:test Anything related to the Test automation backport-v7.17.0 Automated backport with mergify backport-v8.2.0 Automated backport with mergify backport-v8.3.0 Automated backport with mergify labels Jul 7, 2022
@mdelapenya mdelapenya self-assigned this Jul 7, 2022
@mdelapenya mdelapenya requested a review from a team July 7, 2022 08:31
Copy link
Copy Markdown
Contributor

@cachedout cachedout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we certain that these responses will never contain sensitive information?

@mdelapenya
Copy link
Copy Markdown
Contributor Author

Are we certain that these responses will never contain sensitive information?

Aha, that's a good point. And TBH, this question should be answered by the Fleet team, which I expect them to consider those concerns.

As a consumer, the test execution should know what is the error kibana is throwing alongside a 500 HTTP code.

@cachedout
Copy link
Copy Markdown
Contributor

@mdelapenya Thanks. Maybe we can get some insight from @joshdover here. Is there any reason to believe that just printing HTTP from Fleet Server to a log which is available to the public will ever result in the disclosure of sensitive information? I would assume not, but it never hurts to ask. :)

@amannocci
Copy link
Copy Markdown
Contributor

Even if the form wasn't the same, we were printing any information before.
Another option can also be to stringify & escape the representation to be able to parse logs properly like before?

@elasticmachine
Copy link
Copy Markdown
Contributor

elasticmachine commented Jul 7, 2022

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-09-13T09:16:24.310+0000

  • Duration: 57 min 22 sec

Test stats 🧪

Test Results
Failed 144
Passed 221
Skipped 0
Total 365

Test errors 144

Expand to view the tests failures

> Show only the first 10 test failures

Initializing / End-To-End Tests / fleet_debian_10_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
    Expand to view the error details

     Step the agent is listed in Fleet as "online" 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_sles15_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
    Expand to view the error details

     Step the agent is listed in Fleet as "online" 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
    Expand to view the error details

     Step the agent is listed in Fleet as "online" 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_11_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
    Expand to view the error details

     Step the agent is listed in Fleet as "online" 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_10_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_10_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_11_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_11_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
    Expand to view the error details

     Step the "elastic-agent" process is in the "started" state on the host 
    

  • no stacktrace

Steps errors 49

Expand to view the steps failures

Show only the first 10 steps failures

Run tests in the node
  • Took 12 min 5 sec . View more details here
  • Description: make -C .ci run-tests
Run tests in the node
  • Took 12 min 5 sec . View more details here
  • Description: make -C .ci run-tests
Configure node for testing
  • Took 5 min 8 sec . View more details here
  • Description: make -C .ci setup-node
Configure node for testing
  • Took 1 min 13 sec . View more details here
  • Description: make -C .ci setup-node
Configure node for testing
  • Took 1 min 6 sec . View more details here
  • Description: make -C .ci setup-node
Run tests in the node
  • Took 5 min 49 sec . View more details here
  • Description: make -C .ci run-tests
Run tests in the node
  • Took 5 min 0 sec . View more details here
  • Description: make -C .ci run-tests
Run tests in the node
  • Took 5 min 4 sec . View more details here
  • Description: make -C .ci run-tests
Run tests in the node
  • Took 5 min 58 sec . View more details here
  • Description: make -C .ci run-tests
Run tests in the node
  • Took 5 min 56 sec . View more details here
  • Description: make -C .ci run-tests

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Genuine test errors 144

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_linux_integration / Adding the Linux Integration to an Agent ... – Linux Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_permission_change / Adding the Linux Integration to an Agent changing Default API key – Permission output change
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_permission_change / Updating the Integration on an Agent not changing Default API key – Permission output change
  • Name: Initializing / End-To-End Tests / fleet_sles15_permission_change / Adding the Linux Integration to an Agent changing Default API key – Permission output change
  • Name: Initializing / End-To-End Tests / fleet_sles15_permission_change / Updating the Integration on an Agent not changing Default API key – Permission output change
  • Name: Initializing / End-To-End Tests / fleet_sles15_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_sles15_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_oracle_linux8_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of filebeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_oracle_linux8_running_on_beats / Deploying the Elastic-Agent with enroll and then run on top of metricbeat – Running on top of Beats
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Deploying the agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Stopping the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Restarting the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Un-enrolling the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Re-enrolling the agent starts the elastic-agent process – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Un-installing the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Un-enrolling Elastic Agent stops Elastic Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_backend_processes / Removing Endpoint from Agent policy stops the connected Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Deploying the agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Stopping the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Restarting the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Un-enrolling the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Re-enrolling the agent starts the elastic-agent process – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Un-installing the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Un-enrolling Elastic Agent stops Elastic Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_backend_processes / Removing Endpoint from Agent policy stops the connected Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Deploying the agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Stopping the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Restarting the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Un-enrolling the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Re-enrolling the agent starts the elastic-agent process – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Un-installing the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Un-enrolling Elastic Agent stops Elastic Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_backend_processes / Removing Endpoint from Agent policy stops the connected Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Deploying the agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Stopping the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Restarting the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Un-enrolling the agent stops backend processes – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Re-enrolling the agent starts the elastic-agent process – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Un-installing the installed agent – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Un-enrolling Elastic Agent stops Elastic Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_sles15_backend_processes / Removing Endpoint from Agent policy stops the connected Endpoint – Backend Processes
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_windows2019_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Deploying the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Deploying the agent including command line --tag for tags – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Restarting the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Un-enrolling the agent deactivates the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Re-enrolling the agent activates the agent in Fleet – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Revoking the enrollment token for the agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_centos8_amd64_fleet_mode / Un-installing the installed agent – Fleet Mode
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding core system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding diskio system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding fsstat system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding load system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding memory system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding network system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding process system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding socket_summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding uptime system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding process.summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding filesystem system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_sles15_system_integration / Adding syslog logfile Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding core system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding diskio system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding fsstat system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding load system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding memory system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding network system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding process system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding socket_summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding uptime system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding process.summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding filesystem system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_ubuntu_22_04_amd64_system_integration / Adding syslog logfile Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding core system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding diskio system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding fsstat system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding load system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding memory system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding network system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding process system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding socket_summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding uptime system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding process.summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding filesystem system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_11_amd64_system_integration / Adding syslog logfile Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding core system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding diskio system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding fsstat system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding load system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding memory system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding network system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding process system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding socket_summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding uptime system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding process.summary system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding filesystem system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_10_amd64_system_integration / Adding syslog logfile Integration to a Policy – System Integration

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@mdelapenya mdelapenya added backport-v8.4.0 Automated backport with mergify and removed backport-v8.2.0 Automated backport with mergify labels Aug 1, 2022
@kuisathaverat
Copy link
Copy Markdown
Contributor

/test

@kuisathaverat kuisathaverat merged commit 859e9e5 into elastic:main Sep 14, 2022
mergify bot pushed a commit that referenced this pull request Sep 14, 2022
mergify bot pushed a commit that referenced this pull request Sep 14, 2022
mergify bot pushed a commit that referenced this pull request Sep 14, 2022
(cherry picked from commit 859e9e5)

# Conflicts:
#	internal/kibana/server.go
v1v added a commit to v1v/e2e-testing that referenced this pull request Oct 19, 2022
* upstream/main: (35 commits)
  bump stack version 8.6.0-6545f2df (elastic#3135)
  bump stack version 8.6.0-cae815eb (elastic#3130)
  bump stack version 8.6.0-54a302f0 (elastic#3125)
  bump stack version 8.6.0-233dc5d4 (elastic#3122)
  bump stack version 8.6.0-40086bc7 (elastic#3115)
  bump stack version 8.6.0-5a8d757d (elastic#3111)
  bump stack version 8.6.0-c49fac70 (elastic#3106)
  bump stack version 8.6.0-7c9f25a9 (elastic#3105)
  bump stack version 8.6.0-d939cfde (elastic#3096)
  bump stack version 8.6.0-0fca2953 (elastic#3081)
  Turn off all tests but Fleet mode and upgrade for Beats and Agent pipelines (elastic#3077)
  backport: Add 8.5 branch (elastic#3029)
  Only run Fleet mode and upgrade tests on 2 platforms (elastic#3054)
  fix: added setuptools-rust to requiremets.txt (elastic#3048)
  Added support for bulk api update change (elastic#3043)
  Making Changes for Docs for E2E setup (elastic#2929)
  Update ingest notifications channel (elastic#3023)
  chore: stringify http responses (elastic#2772)
  Adding support for v1.25.0 k8s (elastic#2975)
  Fix testcases for fleet api (elastic#2999)
  ...
v1v pushed a commit that referenced this pull request Oct 20, 2022
(cherry picked from commit 859e9e5)

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
kuisathaverat added a commit that referenced this pull request Nov 10, 2022
* chore: stringify http responses (#2772)

(cherry picked from commit 859e9e5)

# Conflicts:
#	internal/kibana/server.go

* Update server.go

* Update internal/kibana/server.go

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area:test Anything related to the Test automation backport-v7.17.0 Automated backport with mergify backport-v8.3.0 Automated backport with mergify backport-v8.4.0 Automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants