@@ -35,6 +35,7 @@ COMPOSE_PROJECT_NAME=axway-apim-elastic
3535APIGATEWAY_OPENTRAFFIC_FOLDER=/home/localuser/Axway-x.y.z/apigateway/logs/opentraffic
3636APIGATEWAY_TRACES_FOLDER=/home/localuser/Axway-x.y.z/apigateway/groups/group-2/instance-1/trace
3737APIGATEWAY_EVENTS_FOLDER=/home/localuser/Axway-x.y.z/apigateway/events
38+ APIGATEWAY_AUDITLOGS_FOLDER=/home/localuser/Axway-x.y.z/apigateway/logs
3839
3940# ----------------------------------------------------------------------------------------------
4041# Is used by almost all services to communicate with Elasticsearch. Either to send events,
@@ -44,7 +45,7 @@ APIGATEWAY_EVENTS_FOLDER=/home/localuser/Axway-x.y.z/apigateway/events
4445# When running the ElasticSearch on a difference host (e.g. existing Elastic-Search cluster)
4546# this environment variable is used to locate the ElasticSearch cluster.
4647# You may provide a single host or an array of hosts.
47- # Example: ELASTICSEARCH_HOSTS=[" https://elasticsearch1:9200"," https://elasticsearch1 :9201"]
48+ # Example: ELASTICSEARCH_HOSTS=https://elasticsearch1:9200, https://elasticsearch2 :9201
4849# Used-By: Filebeat, API-Builder, Logstash
4950ELASTICSEARCH_HOSTS=https://elasticsearch1:9200
5051
@@ -121,7 +122,7 @@ ELASTICSEARCH_HOST3=elasticsearch3
121122# Ports are different just to be able to start multiple Elasticsearch containers on one host.
122123ELASTICSEARCH_HOST1_TRANSPORT=9300
123124ELASTICSEARCH_HOST2_TRANSPORT=9301
124- ELASTICSEARCH_HOST3_TRANSPORT=9301
125+ ELASTICSEARCH_HOST3_TRANSPORT=9302
125126
126127################################################################################################
127128# Optional / Advanced parameters
0 commit comments