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

Fix roles parsing in client nodes sniffer #52888

Merged
merged 7 commits into from
Feb 27, 2020

Commits on Feb 27, 2020

  1. Fix roles parsing in client nodes sniffer

    We mades roles pluggable, but never updated the client to account for
    this. This means that when speaking to a modern cluster, application
    logs are spammed with warning messages around unrecognized roles. This
    commit addresses this by accounting for the fact that roles can extend
    beyond master/data/ingest now.
    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0b9f258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a76b3 View commit details
    Browse the repository at this point in the history
  3. Fix compilation

    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    b97eca1 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    124ac22 View commit details
    Browse the repository at this point in the history
  5. Fix compilation

    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    44ed410 View commit details
    Browse the repository at this point in the history
  6. Fix test

    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    01ce6c6 View commit details
    Browse the repository at this point in the history
  7. Fix line length

    jasontedor committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    1700773 View commit details
    Browse the repository at this point in the history