Skip to content

Commit

Permalink
fix duplicate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Aug 14, 2024
1 parent fcb4428 commit 7b50851
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,14 @@ kibana_config:
elasticsearch:
hosts:
- "http{{ (kibana_elastic_certificates != None) | ternary('s', '') }}://localhost:9200"
ssl:
alwaysPresentCertificate: true
server:
host: localhost
port: 5601
name: "{{ inventory_hostname }}"
telemetry:
enabled: false
elasticsearch:
ssl:
alwaysPresentCertificate: true

kibana_elasticsearch_user: ~
# The elasticsearch user that kibana will use to connect to elasticsearch. Leave
Expand Down

0 comments on commit 7b50851

Please sign in to comment.