You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/field-descriptions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Description of configuration parameters
2
2
3
-
This topic contains descriptions of the `lstreamed_default.conf` file parameters. The `lstreamed_default.conf` parameters are used for endpoint specific configurations.
3
+
This topic contains descriptions of the `lstreamd_default.conf` file parameters. The `lstreamd_default.conf` parameters are used for endpoint specific configurations
4
4
5
5
-`ServerUrl`: Specifies the address of the server.
6
6
7
-
The protocol can be Kafka for Apache Kafka, HTTPs for Splunk and ElasticSearch, and HTTP for Zipkin.
7
+
The protocol can be Kafka for Apache Kafka, HTTP or HTTPs for Splunk and ElasticSearch, and HTTP for Zipkin.
8
8
9
9
The following are examples of how to specify the server URL for different end points:
10
10
@@ -160,7 +160,7 @@ This topic contains descriptions of the `lstreamed_default.conf` file parameters
160
160
161
161
## Additional information
162
162
163
-
Following are the guidelines while configuring the `lstreamed_default.conf` file parameters.
163
+
Following are the guidelines while configuring the `lstreamd_default.conf` file parameters.
164
164
165
165
- Zipkin is supported in parallel to Splunk, ElasticSearch, or Kafka.
166
166
@@ -176,11 +176,11 @@ Following are the guidelines while configuring the `lstreamed_default.conf` fil
176
176
177
177
- Currently, you can only export time series like audit logs and events to Splunk, but in parallel to transactions and metrics.
178
178
179
-
- You must not configure multiple endpoints of the same type in the `lstreamd.conf` file for one Citrix ADC Observability Exporter. For example, it is not possible to configure two Splunk instances, or two Kafka instances, or two ElasticSearch instances, or one Splunk and one ElasticSearch, and so on.
179
+
- You must not configure multiple endpoints of the same type in the `lstreamd_default.conf` file for one Citrix ADC Observability Exporter. For example, it is not possible to configure two Splunk instances, or two Kafka instances, or two ElasticSearch instances, or one Splunk and one ElasticSearch, and so on.
180
180
For Zipkin, although you can configure it in parallel to Splunk and ElasticSearch, you may not configure multiple instances of Zipkin. For example, it is not possible to have two Zipkin instances in parallel.
181
181
182
182
- You can ignore the fields that are marked as optional as some of them may have predefined default values.
183
183
184
-
- The JSON parser used for `lstreamd.conf` is extremely sensitive (also case-sensitive). Ensure that you do not have extra or missing commas, or anything that may make the JSON format invalid.
184
+
- The JSON parser used for `lstreamd_default.conf` is extremely sensitive (also case-sensitive). Ensure that you do not have extra or missing commas, or anything that may make the JSON format invalid.
185
185
186
-
- Some of the `lstreamed_default.conf` file parameters are not listed in this document. Those parameters that are not listed are internal and are not meant to be altered. They have predefined default values.
186
+
- Some of the `lstreamd_default.conf` file parameters are not listed in this document. Those parameters that are not listed are internal and are not meant to be altered. They have predefined default values.
0 commit comments