Update Kiss 9.7.0 release configuration
Guidelines to update Kiss base configuration:
- Update
aura-avro-adapter.jsonconfiguration for aura-kpis-uploader in the Azure common storage.
Prerequisites
- A kubeconfig of the Aura environment must be configured.
- Substitute
<YOUR_ENV>with the corresponding environment:es-pre,es-pro,br-pre,de-pre,de-int, etc. - The installation output file (
output_install/<YOUR_ENV>_info.json) to get:- The KPI blob container name:
- Get
<AURA_KPI_CONTAINER>value.
- Get
- The KPI blob container name:
- Substitute
<AURA_KPI_CONTAINER>with the obtained value.
- Substitute
- The connection of azure common account
- Substitute
<AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCOUNT>with the obtained value. - Substitute
<AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCESS_KEY>with the obtained value.
- Substitute
- The KPI blob container name:
PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE=output_install/<YOUR_ENV>_info.json
AURA_KPI_CONTAINER=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .kpi_blob_container_name)
AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCOUNT=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .common_azure_storage_account_name)
AURA_MICROSOFT_AZURE_STORAGE_COMMON_ACCESS_KEY=$(cat ${PATH_TO_YOUR_OUTPUT_INSTALL_ENV_FILE}|jq -r .common_azure_storage_access_key)
Update aura-kpis-uploader configuration
Update aura-avro-adapter configuration file
-
Connect to Azure common account with the credentials of the Azure common account and KPI blob container.
-
Remove the file
schemas/aura-avro-adapter.json. -
When aura-kpis-uploader is run, a new json file will be generated, with the updated configuration.
Last modified August 13, 2025: feat: Documentation improvement for Shakira release #AURA-30659 [RTM] (f0b40114)