You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/08 21:25:13 UTC

[GitHub] [airflow] dimberman commented on a change in pull request #5760: [AIRFLOW-5139] Allow custom ES configs

dimberman commented on a change in pull request #5760: [AIRFLOW-5139] Allow custom ES configs
URL: https://github.com/apache/airflow/pull/5760#discussion_r312249877
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -591,6 +591,11 @@ json_format = False
 # Log fields to also attach to the json output, if enabled
 json_fields = asctime, filename, lineno, levelname, message
 
+[elasticsearch_configs]
+
+use_ssl = False
+verify_certs = False
 
 Review comment:
   @schnie good catch, thought they both defaulted to false

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services