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

[Metricbeat] Enterprise Search Module #27549

Commits on Aug 16, 2021

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

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    55a26ec View commit details
    Browse the repository at this point in the history
  2. Fix integration test

    carlosdelest committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e139e92 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    dc0c5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af3b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Sep 10, 2021

  1. Make it work on M1 macs

    kovyrin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    cda34cd View commit details
    Browse the repository at this point in the history
  2. Make integration tests work on M1 Macs by using the correct architect…

    …ure for mage binaries
    kovyrin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4ebcab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    d5c98fb View commit details
    Browse the repository at this point in the history
  2. Remove unused boilerplate

    kovyrin committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    67d70a5 View commit details
    Browse the repository at this point in the history
  3. Make it possible to filter down python integration tests to a specifi…

    …c module when running with mage against x-pack metricbeat directory
    kovyrin committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1f8bf0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1998c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58482f View commit details
    Browse the repository at this point in the history
  6. Reverted go module updates because it is really hard to merge from th…

    …e master now.
    
    This reverts commit 5bf6fb2.
    kovyrin committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    35bbc97 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'elastic/master' into carlosdelest/enter…

    …prise-search-metricbeat-module
    kovyrin committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3a8dc2c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. We need python development headers to be able to install pynacl (noti…

    …ced this on M1, but not sure if it is M1-specific)
    kovyrin committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    c1d22f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Make cluster_uuid required

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6670dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e0f90 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'elastic/master' into carlosdelest/enter…

    …prise-search-metricbeat-module
    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    804a979 View commit details
    Browse the repository at this point in the history
  4. Sort all keys before checking them for documentation to make sure mis…

    …sing documentation error messages are produced in a predictable and repeatable order.
    
    This is really helpful when someone is trying to fix multiple issues and wants to make sure a specific issue is fixed before moving one to the next one. Otherwise, the errors are thrown in a random order and every time a new message is presented to the developer making it very confusing if the previous one had been resolved or not.
    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c195502 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e537a4d View commit details
    Browse the repository at this point in the history
  6. go fmt

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9d5914e View commit details
    Browse the repository at this point in the history
  7. More go fmt

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2086d0c View commit details
    Browse the repository at this point in the history
  8. Make check

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    68928e9 View commit details
    Browse the repository at this point in the history
  9. Remove autoadded comments

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f48bb02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd777d7 View commit details
    Browse the repository at this point in the history
  11. Go fmt

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    d0e70f6 View commit details
    Browse the repository at this point in the history
  12. Add Enterprise Search docs

    kovyrin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f431aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    b76d42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759761c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d8ca2 View commit details
    Browse the repository at this point in the history
  4. make update

    kovyrin committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4ce4e35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7464ef9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d2b389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d45fc9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d20c657 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. make update

    kovyrin committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5809226 View commit details
    Browse the repository at this point in the history
  2. make check

    kovyrin committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6b429f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23bae1d View commit details
    Browse the repository at this point in the history
  4. Our tests require at least 7.16 of Enterprise Search, so we’ll have t…

    …o rely on snapshots for now
    kovyrin committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b47aab4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c69c720 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    75df8d4 View commit details
    Browse the repository at this point in the history
  2. Cleanup the diff

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3b2817a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21348f4 View commit details
    Browse the repository at this point in the history
  4. Properly format stats metrics

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6de5e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9595ce7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c4c183 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78cf4c6 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3c053fc View commit details
    Browse the repository at this point in the history
  9. Remove an unused json file

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    73fa0f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    831c50f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e14c64d View commit details
    Browse the repository at this point in the history
  12. Make update

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5e08322 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e59f32b View commit details
    Browse the repository at this point in the history
  14. Improve boilerplate comments

    kovyrin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e43aa49 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Merge remote-tracking branch 'elastic/master' into carlosdelest/enter…

    …prise-search-metricbeat-module
    kovyrin committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9c94e03 View commit details
    Browse the repository at this point in the history