Skip to content

Commit

Permalink
Add a sample with logstash-data and pq PVCs
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Jun 29, 2023
1 parent 77add7a commit 3e02922
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
15 changes: 1 addition & 14 deletions config/samples/logstash/logstash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@ kind: Logstash
metadata:
name: logstash-sample
spec:
version: 8.8.0
count: 3
version: 8.7.0
config:
log.level: info
api.http.host: "0.0.0.0"
queue.type: memory
pipelines:
- pipeline.id: main
config.string: input { exec { command => 'uptime' interval => 10 } } output { stdout{} }
volumeClaimTemplates:
- metadata:
name: pq
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
podTemplate:
spec:
containers:
- name: logstash
1 change: 0 additions & 1 deletion config/samples/logstash/logstash_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ spec:
password => "${PRODUCTION_ES_PASSWORD}"
}
}
---
5 changes: 2 additions & 3 deletions config/samples/logstash/logstash_stackmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Elasticsearch
metadata:
name: monitoring
spec:
version: 8.6.1
version: 8.8.0
nodeSets:
- name: default
count: 3
Expand Down Expand Up @@ -55,8 +55,7 @@ kind: Kibana
metadata:
name: kibana-sample
spec:
version: 8.6.1
version: 8.8.0
elasticsearchRef:
name: monitoring
count: 1
---
4 changes: 2 additions & 2 deletions config/samples/logstash/logstash_svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch-sample
spec:
version: 8.6.1
version: 8.8.0
nodeSets:
- name: default
count: 3
Expand All @@ -16,7 +16,7 @@ metadata:
name: logstash-sample
spec:
count: 2
version: 8.6.1
version: 8.8.0
config:
log.level: info
api.http.host: "0.0.0.0"
Expand Down

0 comments on commit 3e02922

Please sign in to comment.