You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Remove rogue character from test file causing interpreter failure
2. Split out helpers for docker compose orchestration
3. Only send a single message instead of infinite through to ES
Copy file name to clipboardExpand all lines: x-pack/distributions/internal/observabilitySRE/qa/acceptance/docker/logstash/pipeline/logstash-to-elasticsearch-weak.conf
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
input {
2
2
generator {
3
-
# Generate this message indefinitely to give ES container time to come online
Copy file name to clipboardExpand all lines: x-pack/distributions/internal/observabilitySRE/qa/acceptance/docker/logstash/pipeline/logstash-to-elasticsearch.conf
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
input {
2
2
generator {
3
-
# Generate this message indefinitely to give ES container time to come online
context"when running with non-FIPS compliant configuration"do
91
102
before(:all)do
92
-
system("cd #{__dir__}/../docker && LOGSTASH_PIPELINE=logstash-to-elasticsearch-weak.conf docker-compose up -d")orfail"Failed to start Docker Compose with weak SSL"
0 commit comments