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

Metricset can't handle consecutive dollar signs in password #20075

Closed
adriansr opened this issue Jul 20, 2020 · 2 comments
Closed

Metricset can't handle consecutive dollar signs in password #20075

adriansr opened this issue Jul 20, 2020 · 2 comments
Assignees
Labels
bug help wanted Indicates that a maintainer wants help on an issue or pull request Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team

Comments

@adriansr
Copy link
Contributor

( I'm aware of https://www.elastic.co/guide/en/beats/libbeat/master/config-file-format-tips.html#dollar-sign-strings )

For a password that contains consecutive dollar signs: fantastic$$

output.elasticsearch:
  hosts: ["http://127.0.0.1:9200"]
  username: "elastic"
  password: "fantastic$$$$" # <--- WORKS

metricbeat.modules:
 - module: elasticsearch
   metricsets:
    - index
   period: 10s
   hosts: ["http://127.0.0.1:9200"]
   username: "elastic"
   password: "fantastic$$$$" # <--- DOESN'T WORK
   xpack.enabled: true

Also fails when using the keychain or an environment variable.

Looks a bit similar to #19849

@adriansr adriansr added bug Metricbeat Metricbeat help wanted Indicates that a maintainer wants help on an issue or pull request labels Jul 20, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 20, 2020
@andresrc andresrc added the Team:Services (Deprecated) Label for the former Integrations-Services team label Jul 21, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@jlind23
Copy link
Collaborator

jlind23 commented Mar 31, 2022

Closing it for now until further activity.

@jlind23 jlind23 closed this as completed Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted Indicates that a maintainer wants help on an issue or pull request Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

No branches or pull requests

5 participants