Skip to content

Commit 3c87676

Browse files
authored
Fix code block formatting
- Fix bash formatting code block - Remove unnecessary backslash before the "<EXTERNAL-IP>:5601"
1 parent 29c7997 commit 3c87676

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-explorer/k2bridge.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,17 @@ By default, K2Bridges's Helm chart references a publicly available image located
122122
`--set service.type=LoadBalancer`
123123
124124
Then run:
125-
126-
```bash
127-
kubectl get service -w -n k2bridge
128-
```
125+
```bash
126+
kubectl get service -w -n k2bridge
127+
```
129128
The output should look like:
130129
131130
```bash
132131
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
133132
kibana-kibana LoadBalancer xx.xx.xx.xx <pending> 5601:30128/TCP 4m24s
134133
```
135-
You can then use the generated EXTERNAL-IP that appears, and use it to access Kibana by opening a browser to: `\<EXTERNAL-IP>:5601`.
134+
You can then use the generated EXTERNAL-IP that appears, and use it to access Kibana by opening a browser to:
135+
`<EXTERNAL-IP>:5601`.
136136
137137
1. Configure index patterns to access your data:
138138
In a new Kibana instance:

0 commit comments

Comments
 (0)