Skip to content

Commit

Permalink
Merge pull request #17 from opencybersecurityalliance/kestrel-1.8.3-v…
Browse files Browse the repository at this point in the history
…erify_cert

update for Kestrel 1.8.3
  • Loading branch information
subbyte authored Apr 18, 2024
2 parents 6971d53 + 95fe7e7 commit 2effeb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions application-test/kestrel/config/kestrel-stixshifter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ profiles:
connection:
host: localhost
port: 9234
selfSignedCert: false
indices: win-111-winlogbeat-bh22-20220727
options:
verify_cert: false
dialects:
- beats
config:
Expand All @@ -18,9 +18,9 @@ profiles:
connection:
host: localhost
port: 9234
selfSignedCert: false
indices: win-112-winlogbeat-bh22-20220727
options:
verify_cert: false
dialects:
- beats
config:
Expand All @@ -32,9 +32,9 @@ profiles:
connection:
host: localhost
port: 9234
selfSignedCert: false
indices: linux-91-sysflow-bh22-20220727
options:
verify_cert: false
dialects:
- beats
config:
Expand All @@ -46,12 +46,12 @@ profiles:
connection:
host: localhost
port: 9234
selfSignedCert: false
indices: win-52-elasticagent-500k-benign-20230523
options:
result_limit: 500000
retrieval_batch_size: 10000
verify_cert: false
result_limit: 500000
retrieval_batch_size: 10000
config:
auth:
username: elastic
password: <ES_PWD>
password: <ES_PWD>

0 comments on commit 2effeb9

Please sign in to comment.