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

Introduce httpcommon package in libbeat (add support for Proxy) #25219

Merged
merged 46 commits into from
Jun 29, 2021

Commits on Apr 16, 2021

  1. Introducde httpcommon package in libbeat

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d955f54 View commit details
    Browse the repository at this point in the history
  2. Update heartbeat

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    9a5cf78 View commit details
    Browse the repository at this point in the history
  3. Update metricbeat

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a768d97 View commit details
    Browse the repository at this point in the history
  4. Update cloudfoundry

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    3902e66 View commit details
    Browse the repository at this point in the history
  5. No more nil errors

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6d44309 View commit details
    Browse the repository at this point in the history
  6. update esleg

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dbb6088 View commit details
    Browse the repository at this point in the history
  7. update kibana

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ba2cbe7 View commit details
    Browse the repository at this point in the history
  8. update metricbeat http helper

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    48c4692 View commit details
    Browse the repository at this point in the history
  9. Update httpjson

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    e87950d View commit details
    Browse the repository at this point in the history
  10. Update httpjson/v2

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a1c1ebd View commit details
    Browse the repository at this point in the history
  11. Add json encoding to httpcommon

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d5af1e3 View commit details
    Browse the repository at this point in the history
  12. Update agent

    urso committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    9eb720e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Add proxy_headers setting

    urso committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    511a656 View commit details
    Browse the repository at this point in the history
  2. init proxy headers

    urso committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    041e725 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Add missing license headers

    urso committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d5cec18 View commit details
    Browse the repository at this point in the history
  2. fix CM

    urso committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b3d9855 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    urso committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    090e8ec View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. fix fileset test setup

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f7e5dfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into http_common

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    feecc41 View commit details
    Browse the repository at this point in the history
  3. fix heartbeat after cleanups

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f4aeca2 View commit details
    Browse the repository at this point in the history
  4. import order

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f445fe5 View commit details
    Browse the repository at this point in the history
  5. import order... thanks goimports :/

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    1893c01 View commit details
    Browse the repository at this point in the history
  6. udpate dev-tools

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    3ec53dd View commit details
    Browse the repository at this point in the history
  7. FB integration test

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    2344081 View commit details
    Browse the repository at this point in the history
  8. Fix libbeat licenser integration test

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    2cd6abc View commit details
    Browse the repository at this point in the history
  9. fix typo

    urso committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    1a9c368 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. more updates

    urso committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    197a5f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    87e45aa View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge branch 'master' into http_common

    urso committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7d194b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796489b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Merge branch 'master' into http_common

    urso committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7af762d View commit details
    Browse the repository at this point in the history
  2. remove obsolete todo commen

    urso committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    85e367f View commit details
    Browse the repository at this point in the history
  3. remove unused test code

    urso committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c47a3df View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into http_common

    urso committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    43138fa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge branch 'master' into http_common

    urso committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    5d2be4c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge branch 'master' into http_common

    urso committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1bb2121 View commit details
    Browse the repository at this point in the history
  2. fix lint

    urso committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7675353 View commit details
    Browse the repository at this point in the history
  3. Update hearbeat docs

    urso committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1d4de2a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Merge branch 'master' into http_common

    urso committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    5417800 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    urso committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    c62be8b View commit details
    Browse the repository at this point in the history
  3. Add elastic agent changelog entries

    urso committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    c8bae54 View commit details
    Browse the repository at this point in the history
  4. fix PR number

    urso committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    55550a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. review

    urso committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    feb2d56 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Add http2

    urso committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4333fe7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into http_common

    urso committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    f37c131 View commit details
    Browse the repository at this point in the history
  3. review

    urso committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    7e7bb06 View commit details
    Browse the repository at this point in the history