Skip to content

Commit

Permalink
Add console output to standalone apm sample (elastic#1321) (elastic#1323
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pebrc authored Jul 22, 2019
1 parent f9a90ce commit 919dc5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions operators/config/samples/apm/apm_es_kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch-sample
spec:
version: "7.1.0"
version: "7.2.0"
nodes:
- nodeCount: 3
---
Expand All @@ -14,7 +14,7 @@ kind: ApmServer
metadata:
name: apm-server-sample
spec:
version: "7.1.0"
version: "7.2.0"
nodeCount: 1
output:
elasticsearch:
Expand All @@ -27,7 +27,7 @@ kind: Kibana
metadata:
name: kibana-sample
spec:
version: "7.1.0"
version: "7.2.0"
nodeCount: 1
elasticsearchRef:
name: "elasticsearch-sample"
5 changes: 4 additions & 1 deletion operators/config/samples/apm/apmserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ kind: ApmServer
metadata:
name: apmserver-sample
spec:
version: "7.1.0"
version: "7.2.0"
nodeCount: 1
config:
output.console:
pretty: true

0 comments on commit 919dc5c

Please sign in to comment.