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

Add documentation for HTTP Basic Auth in Metricbeat Modules #4457

Closed
xeraa opened this issue Jun 6, 2017 · 1 comment
Closed

Add documentation for HTTP Basic Auth in Metricbeat Modules #4457

xeraa opened this issue Jun 6, 2017 · 1 comment
Labels
docs good first issue Indicates a good issue for first-time contributors Hacktoberfest Metricbeat Metricbeat

Comments

@xeraa
Copy link

xeraa commented Jun 6, 2017

For example in the JMX module basic auth is supported with username and password, but it's not included in the documentation or examples:

- module: jolokia
  metricsets: ["jmx"]
  hosts: ["localhost:8080"]
  username: admin
  password: secret
  namespace: "metrics"
  jmx.mappings:
    ...
@xeraa xeraa added docs Metricbeat Metricbeat labels Jun 6, 2017
@exekias exekias added good first issue Indicates a good issue for first-time contributors Hacktoberfest labels Oct 24, 2017
@exekias
Copy link
Contributor

exekias commented Oct 24, 2017

This is a duplicate of #4268

@exekias exekias closed this as completed Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs good first issue Indicates a good issue for first-time contributors Hacktoberfest Metricbeat Metricbeat
Projects
None yet
Development

No branches or pull requests

2 participants