@@ -14,24 +14,25 @@ Usage:
1414 azure-keyvault-exporter [OPTIONS]
1515
1616Application Options:
17- --log.debug debug mode [$LOG_DEBUG]
18- --log.devel development mode [$LOG_DEVEL]
19- --log.json Switch log output to json format [$LOG_JSON]
20- --azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
21- --azure.subscription= Azure subscription ID (space delimiter) [$AZURE_SUBSCRIPTION_ID]
22- --azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
23- --keyvault.filter= Filter KeyVaults via ResourceGraph kusto filter, query: 'resource | ${filter} | project id' [$KEYVAULT_FILTER]
24- --keyvault.content.tag= KeyVault content (secret, key, certificates) tags (space delimiter) [$KEYVAULT_CONTENT_TAG]
25- --cache.path= Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername)
26- [$CACHE_PATH]
27- --scrape.time= Default scrape time (time.duration) (default: 5m) [$SCRAPE_TIME]
28- --scrape.concurrency= Defines who many Keyvaults can be scraped at the same time (default: 10) [$SCRAPE_CONCURRENCY]
29- --server.bind= Server address (default: :8080) [$SERVER_BIND]
30- --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
31- --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
17+ --log.level=[trace|debug|info|warning|error] Log level (default: info) [$LOG_LEVEL]
18+ --log.format=[logfmt|json] Log format (default: logfmt) [$LOG_FORMAT]
19+ --log.source=[|short|file|full] Show source for every log message (useful for debugging and bug reports) [$LOG_SOURCE]
20+ --log.color=[|auto|yes|no] Enable color for logs [$LOG_COLOR]
21+ --log.time Show log time [$LOG_TIME]
22+ --azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
23+ --azure.subscription= Azure subscription ID (space delimiter) [$AZURE_SUBSCRIPTION_ID]
24+ --azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
25+ --keyvault.filter= Filter KeyVaults via ResourceGraph kusto filter, query: 'resource | ${filter} | project id' [$KEYVAULT_FILTER]
26+ --keyvault.content.tag= KeyVault content (secret, key, certificates) tags (space delimiter) [$KEYVAULT_CONTENT_TAG]
27+ --cache.path= Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername) [$CACHE_PATH]
28+ --scrape.time= Default scrape time (time.duration) (default: 5m) [$SCRAPE_TIME]
29+ --scrape.concurrency= Defines who many Keyvaults can be scraped at the same time (default: 10) [$SCRAPE_CONCURRENCY]
30+ --server.bind= Server address (default: :8080) [$SERVER_BIND]
31+ --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
32+ --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
3233
3334Help Options:
34- -h, --help Show this help message
35+ -h, --help Show this help message
3536```
3637
3738for Azure API authentication (using ENV vars) see following documentations:
0 commit comments