@@ -4,18 +4,18 @@ APIGATEWAY_LOGS_FOLDER=/home/localuser/Axway-x.y.z/apigateway/logs/opentraffic
4
4
APIGATEWAY_TRACES_FOLDER = /home/localuser/Axway-x.y.z/apigateway/groups/group-2/instance-1/trace
5
5
6
6
# ----------------------------------------------------------------------------------------------
7
- # This variable is used by the API-Builder to locate the Elasticsearch instance
7
+ # This variable is used by API-Builder to locate the Elasticsearch instance
8
8
# When using the default docker-compose.yaml the following default parameter will work.
9
- # But, when running the ElasticSearch on a difference host (e.g. existing Elastic-Search cluster)
10
- # this environment variable is used by the API-Builder to locate the ElasticSearch cluster.
9
+ # When running the ElasticSearch on a difference host (e.g. existing Elastic-Search cluster)
10
+ # this environment variable is used by API-Builder to locate the ElasticSearch cluster.
11
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
15
15
# enrich documents before sending it to ElasticSearch.
16
16
# When using the default docker-compose.yml the default setting will work.
17
- # But, if the API-Builder process is running somewhere else (e.g. externally ), you have to make
18
- # this environment variable available to the Logstash Docker-Container .
17
+ # But, if the API-Builder process is running somewhere else (e.g. in a K8S ), you have to
18
+ # configure this environment variable correctly .
19
19
API_BUILDER_URL = http://elk-traffic-monitor-api:8080
20
20
21
21
@@ -24,14 +24,14 @@ API_BUILDER_URL=http://elk-traffic-monitor-api:8080
24
24
# API-Management platform (Admin-Node-Manager & API-Manager)
25
25
26
26
# The Connection/URL to the Admin-Node-Manager.
27
- # IMPORTANT NOTE:
27
+ # !!!! IMPORTANT NOTE !!!!
28
28
# This URL must be reachable/resolveable from within the API-Builder Docker-Container!
29
29
ADMIN_NODE_MANAGER = https://api-env:8090
30
30
31
31
# ----------------------------------------------------------------------------------------------
32
32
# The Connection/URL to the API-Manager. If not given, the same as Admin-Node-Manager URL with
33
33
# port 8075 is used.
34
- # IMPORTANT NOTE:
34
+ # !!!! IMPORTANT NOTE !!!!
35
35
# This URL must be reachable/resolveable from within the API-Builder Docker-Container!
36
36
# API_MANAGER=https://api-env:8075
37
37
@@ -50,8 +50,7 @@ API_MANAGER_PASSWORD=changeme
50
50
LOGSTASH = logstash:5044
51
51
52
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.
53
+ # This is an optional parameter used by Filebeat to set a proper name. This allows for instance
54
+ # to identify the different Filebeat instances in the Kibana-Stack Monitoring dashboards.
56
55
# Defaults to: "Filebeat Gateway"
57
56
# FILEBEAT_NAME
0 commit comments