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 Elasticsearch plugin. #950

Merged
merged 3 commits into from Nov 9, 2022
Merged

Fix Elasticsearch plugin. #950

merged 3 commits into from Nov 9, 2022

Commits on Nov 8, 2022

  1. Add flags -insecure, -user, -password, -suppress-missing-error

    Support to
    - Self-signed cert
    - Basic authentication
    - Suppress errors for missing value
    fujiwara committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    bfc13f5 View commit details
    Browse the repository at this point in the history
  2. Add script metrics

    ES has a limitation of script compilation rate.
    https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.html
    > If you compile too many unique scripts within a short time,
    > Elasticsearch rejects the new dynamic scripts with a circuit_breaking_exception error.
    
    Script metrics are helpful in monitoring this limitation.
    fujiwara committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a4132fd View commit details
    Browse the repository at this point in the history
  3. update testdata by ES 7.17.7 and fix tests

    Some metrics have been removed in recent ES versions.
    fujiwara committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fbaf8c9 View commit details
    Browse the repository at this point in the history