Skip to content

Commit 08abf75

Browse files
Fix rendering of code snippet annotation in Filebeat quick start (#45121) (#45123)
(cherry picked from commit e478cf8) Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
1 parent c5b69c7 commit 08abf75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/filebeat/filebeat-installation-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,14 @@ cloud.auth: "filebeat_setup:YOUR_PASSWORD" <1>
154154
```yaml
155155
setup.kibana:
156156
host: "mykibanahost:5601" <1>
157-
username: "my_kibana_user" <2> <3>
157+
username: "my_kibana_user" <2>
158158
password: "YOUR_PASSWORD"
159159
```
160160
161161
1. The hostname and port of the machine where {{kib}} is running, for example, `mykibanahost:5601`. If you specify a path after the port number, include the scheme and port: `http://mykibanahost:5601/path`.
162162
2. The `username` and `password` settings for {{kib}} are optional. If you don’t specify credentials for {{kib}}, Filebeat uses the `username` and `password` specified for the {{es}} output.
163-
3. To use the pre-built {{kib}} dashboards, this user must be authorized to view dashboards or have the `kibana_admin` [built-in role](elasticsearch://reference/elasticsearch/roles.md).
163+
164+
To use the pre-built {{kib}} dashboards, this user must be authorized to view dashboards or have the `kibana_admin` [built-in role](elasticsearch://reference/elasticsearch/roles.md).
164165
::::::
165166

166167
:::::::

0 commit comments

Comments
 (0)