Skip to content

Commit ff9741a

Browse files
committed
Revert back docker acceptance test changes.
1 parent 83a788c commit ff9741a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

qa/docker/shared_examples/xpack.rb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@
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',
@@ -46,7 +35,7 @@
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

0 commit comments

Comments
 (0)