@@ -5,10 +5,10 @@ APIGATEWAY_TRACES_FOLDER=/home/localuser/Axway-x.y.z/apigateway/groups/group-2/i
5
5
6
6
# ----------------------------------------------------------------------------------------------
7
7
# This variable is used by the API-Builder to locate the Elasticsearch instance
8
- # When using the default docker-compose.yaml this setting is optional .
8
+ # When using the default docker-compose.yaml the following default parameter will work .
9
9
# But, when running the ElasticSearch on a difference host (e.g. existing Elastic-Search cluster)
10
10
# this environment variable is used by the API-Builder to locate the ElasticSearch cluster.
11
- # ELASTIC_NODE=http://elasticsearch1:9200
11
+ ELASTIC_NODE = http://elasticsearch1:9200
12
12
13
13
# ----------------------------------------------------------------------------------------------
14
14
# This variable is used by Logstash to communicate with the Lookup-API, which is used to
@@ -44,5 +44,14 @@ API_MANAGER_PASSWORD=changeme
44
44
45
45
# ----------------------------------------------------------------------------------------------
46
46
# This tells Filebeat where Logstash is running.
47
- # When using the default docker-compose.yml the default setting will work.
48
- # LOGSTASH=logstash:5044
47
+ # When using the default docker-compose.yml the following default will work.
48
+ # If you are running Logstash somewhere else, e.g. as a service in K8S you need to change this
49
+ # parameter.
50
+ LOGSTASH = logstash:5044
51
+
52
+ # ----------------------------------------------------------------------------------------------
53
+ # This is an optional parameter used by Filebeat to set a proper name. This allows to better
54
+ # monitor Filebeat instances in the Kibana-Stack Monitoring dashboards.
55
+ # parameter.
56
+ # Defaults to: "Filebeat Gateway"
57
+ # FILEBEAT_NAME
0 commit comments