Skip to content

Commit 2867feb

Browse files
authored
Merge pull request #64 from citrix/lsstreamed-descriptions
fixed the typo in file name
2 parents 0334ece + 5625ca3 commit 2867feb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/field-descriptions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Description of configuration parameters
22

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
44

55
- `ServerUrl`: Specifies the address of the server.
66

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.
88

99
The following are examples of how to specify the server URL for different end points:
1010

@@ -160,7 +160,7 @@ This topic contains descriptions of the `lstreamed_default.conf` file parameters
160160

161161
## Additional information
162162

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.
164164

165165
- Zipkin is supported in parallel to Splunk, ElasticSearch, or Kafka.
166166

@@ -176,11 +176,11 @@ Following are the guidelines while configuring the `lstreamed_default.conf` fil
176176

177177
- Currently, you can only export time series like audit logs and events to Splunk, but in parallel to transactions and metrics.
178178

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.
180180
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.
181181

182182
- You can ignore the fields that are marked as optional as some of them may have predefined default values.
183183

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.
185185

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

Comments
 (0)