AZURE-211 Log Analytics agent

This commit is contained in:
dbacon
2020-10-02 16:05:40 +01:00
committed by David Bacon
parent b134dfe222
commit 99ba0849c3
5 changed files with 28 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
atl_jdbc_query_params_for_engine:
rds_postgres: "?sslmode=require"
atl_db_root_user_login: "{{ atl_db_root_user+'@'+atl_db_host if atl_db_engine == 'rds_postgres' else atl_db_root_user }}"
atl_jdbc_user_login: "{{ atl_jdbc_user+'@'+atl_db_host if atl_db_engine == 'rds_postgres' else atl_jdbc_user }}"
atl_jdbc_user_login: "{{ atl_jdbc_user+'@'+atl_db_host if atl_db_engine == 'rds_postgres' else atl_jdbc_user }}"
oms_workspace_id: "{{ lookup('env', 'OMS_WORKSPACE_ID') }}"
oms_primary_key: "{{ lookup('env', 'OMS_PRIMARY_KEY') }}"