This guide will walk you through the process of setting up the Data Search service using a Docker image.
SPRING_KAFKA_BOOTSTRAP_SERVERS
: Address of the Kafka serverKAFKA_TOPIC_DATA_SEARCH_IN
: The Kafka topic for the search service requests to the engineKAFKA_TOPIC_DATA_SEARCH_OUT
: Where the engine awaits for the responseKAFKA_CONSUMER_THREADS
: Number of Kafka consumer threadsSPRING_ELASTICSEARCH_REST_URIS
SPRING_ELASTICSEARCH_REST_PROTOCOL
SPRING_ELASTICSEARCH_REST_DISABLESSL
SPRING_ELASTICSEARCH_REST_USERNAME
SPRING_ELASTICSEARCH_REST_PASSWORD
SPRING_ELASTICSEARCH_INDEX_SETTINGS_NAME
(default: process_instance
)SECURITY_OAUTH2_BASE_SERVER_URL
SECURITY_OAUTH2_CLIENT_CLIENT_ID
SECURITY_OAUTH2_REALM
LOGGING_LEVEL_ROOT
: For root spring boot microservice logsLOGGING_LEVEL_APP
: For app-level logsspring.elasticsearch.index-settings.name
.
Here’s an example filter for use in Kibana (generated by data search):