Skip to content

Commit

Permalink
Fix docs build break from SSL module page (#38367)
Browse files Browse the repository at this point in the history
* Fix docs build break from SSL module page

* Update metricbeat/docs/modules/mysql.asciidoc

Co-authored-by: Denis <denis@rdner.de>

* Fix the config reference, so we can build the docs

---------

Co-authored-by: Denis <denis@rdner.de>
Co-authored-by: Denis Rechkunov <denis.rechkunov@elastic.co>
  • Loading branch information
3 people committed Mar 18, 2024
1 parent ffd9fd8 commit 093ab5e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions metricbeat/docs/modules/mysql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ metricbeat.modules:
# Certificate for SSL/TLS client authentication
#ssl.certificate: "/etc/pki/client/cert.crt"
# Client certificate key file
#ssl.key: "/etc/pki/client/cert.key"----
#ssl.key: "/etc/pki/client/cert.key"
----

[float]
=== Metricsets
Expand Down
3 changes: 2 additions & 1 deletion metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,10 @@ metricbeat.modules:

# Certificate for SSL/TLS client authentication
#ssl.certificate: "/etc/pki/client/cert.crt"

# Client certificate key file
#ssl.key: "/etc/pki/client/cert.key"

#--------------------------------- NATS Module ---------------------------------
- module: nats
metricsets:
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/module/mysql/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@

# Certificate for SSL/TLS client authentication
#ssl.certificate: "/etc/pki/client/cert.crt"

# Client certificate key file
#ssl.key: "/etc/pki/client/cert.key"
#ssl.key: "/etc/pki/client/cert.key"
3 changes: 2 additions & 1 deletion x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1180,9 +1180,10 @@ metricbeat.modules:

# Certificate for SSL/TLS client authentication
#ssl.certificate: "/etc/pki/client/cert.crt"

# Client certificate key file
#ssl.key: "/etc/pki/client/cert.key"

#--------------------------------- NATS Module ---------------------------------
- module: nats
metricsets:
Expand Down

0 comments on commit 093ab5e

Please sign in to comment.