Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
cortex: upgrade to 3.1.0-RC1 to support ElasticSearch 7
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 22, 2020
1 parent 9b3a50d commit 38a8ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/cortex/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cortex_service_name: 'cortex'
cortex_service_user: 'cortex'

# Download
cortex_version: '3.0.1-1'
cortex_binary_url: 'https://download.thehive-project.org/cortex-{{ cortex_version }}.zip'
cortex_binary_md5: '277ae4b0e38b5376adfac713afee2f5c'
cortex_version: '3.1.0-RC1'
cortex_binary_url: 'https://status-misc.ams3.digitaloceanspaces.com/cortex-{{ cortex_version }}.zip'
cortex_binary_md5: '56ca44fc059b6c094ea2605994948bcb'

# Paths
cortex_install_path: '/opt/{{ cortex_service_name }}'
Expand Down

0 comments on commit 38a8ef7

Please sign in to comment.