File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
qa/docker/shared_examples Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 2727 context 'with running with env vars' do
2828 let ( :env ) {
2929 [
30- 'CONFIG_STRING=input {
31- stdin { }
32- beats { port => 5040 }
33- }
34- output {
35- elasticsearch {
36- hosts => ["https://es:9200"]
37- user => "elastic"
38- password => "changeme"
39- }
40- }' ,
4130 'XPACK_MONITORING_ENABLED=true' ,
4231 'XPACK_MONITORING_ELASTICSEARCH_HOSTS="http://node1:9200"' ,
4332 'XPACK_MANAGEMENT_ENABLED=true' ,
4635 ]
4736 }
4837
49- it 'persists var keys into logstas.yaml and uses their resolved actual values' do
38+ it 'persists var keys into logstash.yml and uses their resolved actual values' do
5039 container = create_container ( @image , { 'ENV' => env } )
5140
5241 sleep ( 15 ) # wait for container run
You can’t perform that action at this time.
0 commit comments