r.0.27.1.source-code.secor.dev.azure.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of secor Show documentation
Show all versions of secor Show documentation
Kafka to s3/gs/swift logs exporter
include=secor.dev.properties
# Configure upload manager class to use Azure blob storage upload manager
secor.upload.manager.class=com.pinterest.secor.uploader.AzureUploadManager
############
# MUST SET #
############
# Microsoft Azure blob storage default endpoint protocol
secor.azure.endpoints.protocol=https
# Microsoft Azure authentication credentials.
# https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account
secor.azure.account.name=
secor.azure.account.key=
# Microsoft Azure blob storage container name. Container is a grouping of a set
# of blobs. https://msdn.microsoft.com/en-us/library/dd135715.aspx
secor.azure.container.name=
# Microsoft Azure blob storage path where files are stored within the container.
secor.azure.path=data
################
# END MUST SET #
################
© 2015 - 2024 Weber Informatics LLC | Privacy Policy