File tree 2 files changed +1
-3
lines changed
lib/logstash/outputs/elasticsearch/http_client
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ RUN rm -f $es_path/config/scripts
11
11
COPY --chown=elasticsearch:elasticsearch spec/fixtures/test_certs/* $es_path/config/test_certs/
12
12
COPY --chown=elasticsearch:elasticsearch .ci/elasticsearch-run.sh $es_path/
13
13
14
- RUN echo "xpack.security.enabled: false" >> $es_yml
15
-
16
14
RUN if [ "$SECURE_INTEGRATION" = "true" ] ; then echo "xpack.security.http.ssl.enabled: $SECURE_INTEGRATION" >> $es_yml; fi
17
15
RUN if [ "$SECURE_INTEGRATION" = "true" ] ; then echo "xpack.security.http.ssl.key: $es_path/config/test_certs/test.key" >> $es_yml; fi
18
16
RUN if [ "$SECURE_INTEGRATION" = "true" ] ; then echo "xpack.security.http.ssl.certificate: $es_path/config/test_certs/test.crt" >> $es_yml; fi
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ def elasticsearch?(url)
297
297
298
298
def valid_tagline? ( version_info )
299
299
tagline = version_info [ 'tagline' ]
300
- tagline == "You Know, for Search"
300
+ tagline == "You Know, for Search"
301
301
end
302
302
303
303
def stop_resurrectionist
You can’t perform that action at this time.
0 commit comments