Skip to content

Commit 7d741e9

Browse files
committed
update missing parts after creating PR
1 parent b2cc1df commit 7d741e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/go-kibana-rest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
ports:
1313
- "9200:9200/tcp"
1414
set-kibana-password:
15-
image: docker.elastic.co/kibana/kibana:8.14.1
15+
image: docker.elastic.co/kibana/kibana:8.14.3
1616
restart: on-failure
1717
links:
1818
- elasticsearch

libs/go-kibana-rest/kbapi/api.kibana_synthetics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ func namespaceBasesPath(namespace, basePath, suffix string) string {
320320
return fmt.Sprintf("/s/%s%s%s", namespace, basePath, suffix)
321321
}
322322

323-
//TODO: Monitor - Update, Get https://www.elastic.co/guide/en/kibana/current/synthetics-apis.html
323+
//TODO: Monitor - Update https://www.elastic.co/guide/en/kibana/current/synthetics-apis.html

0 commit comments

Comments
 (0)