This guide will walk you through the process of setting up the Audit service and configuring it to meet your needs.
SPRING_KAFKA_BOOTSTRAP_SERVERS
- address of the Kafka server, it should be in the format “host:port”SPRING_KAFKA_CONSUMER_GROUP_ID
- the consumer group ID to be used for the audit logsKAFKA_CONSUMER_THREADS
- the number of Kafka consumer threads to be used for processing audit logsKAFKA_TOPIC_AUDIT_IN
- the topic key for receiving audit logsSPRING_ELASTICSEARCH_REST_URIS
- the URL(s) of one or more Elasticsearch nodes to connect to (no protocol needed)SPRING_ELASTICSEARCH_REST_DISABLESSL
- a boolean value that determines whether SSL should be disabled for Elasticsearch connectionsSPRING_ELASTICSEARCH_REST_USERNAME
- the username to use for basic authentication when connecting to ElasticsearchSPRING_ELASTICSEARCH_REST_PASSWORD
- the password to use for basic authentication when connecting to ElasticsearchSPRING_ELASTICSEARCH_INDEX_SETTINGS_DATASTREAM
- (used if ES is used across all dev environments) - the index settings for the datastreams that will be created in ElasticsearchLOGGING_LEVEL_ROOT
- the log level for the root spring boot microservice logsLOGGING_LEVEL_APP
- the log level for app-level logs