Skip to content

Commit

Permalink
Merge pull request #57 from anasoid/develop
Browse files Browse the repository at this point in the history
add sll verification
  • Loading branch information
anasoid committed Oct 16, 2023
2 parents 257de48 + 02d0ba9 commit 86f076e
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 262 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
include:
- output: "elasticsearch"
logstash-version: 7.17.9
logstash-version: 7.17.14
logstash-branch: 7.17
elasticsearch-version: 7
prefix: ""
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# v2 https://github.com/docker/build-push-action/blob/master/UPGRADE.md
steps:
- name: Checkout ✅
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Config 📦
run: |
Expand Down
354 changes: 167 additions & 187 deletions README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions config/pipeline/output-elastic-logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ output {
http_compression => "${ELASTICSEARCH_HTTP_COMPRESSION:false}"
user => "${ELASTICSEARCH_USER:}"
password => "${ELASTICSEARCH_PASSWORD:}"
ssl_certificate_verification => "${ELASTICSEARCH_SSL_VERIFICATION:true}"
template_name => "jmeter-jtl"
template => "/usr/share/logstash/pipeline/template/jmeter-jtl-${ELASTICSEARCH_VERSION:7}x.json"
template_overwrite => true
Expand All @@ -24,6 +25,7 @@ output {
http_compression => "${ELASTICSEARCH_HTTP_COMPRESSION:false}"
user => "${ELASTICSEARCH_USER:}"
password => "${ELASTICSEARCH_PASSWORD:}"
ssl_certificate_verification => "${ELASTICSEARCH_SSL_VERIFICATION:true}"
template_name => "jmeter-jtl"
template => "/usr/share/logstash/pipeline/template/jmeter-jtl-${ELASTICSEARCH_VERSION:7}x.json"
template_overwrite => true
Expand Down
2 changes: 1 addition & 1 deletion docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LOGSTASH_VERSION=7.17.10
ARG LOGSTASH_VERSION=7.17.14
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

ARG ELASTICSEARCH_VERSION=7
Expand Down
19 changes: 0 additions & 19 deletions docker/influxdb/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions docker/influxdb/config/pipeline/output-influxdb-logstash.conf

This file was deleted.

2 changes: 1 addition & 1 deletion testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LOGSTASH_VERSION=7.17.10
ARG LOGSTASH_VERSION=7.17.14
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

ARG ELASTICSEARCH_VERSION=7
Expand Down

0 comments on commit 86f076e

Please sign in to comment.