Skip to content

Commit f03c2dd

Browse files
authored
Merge pull request #72 from netscaler/nsoe-1.9.001
Releasing NSOE v1.9.001
2 parents 926bb0e + 716c677 commit f03c2dd

4 files changed

Lines changed: 207 additions & 9 deletions

File tree

docs/deploy-coe-with-Kafka.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ The following example shows the YAML file with the data format configured as JSO
315315
"SLA": "none",
316316
"MONGO": "none"
317317
}
318+
"TimeSeries": {
319+
"EVENTS": "yes",
320+
"AUDITLOGS": "yes"
321+
}
318322
}
319323
}
320324
}

docs/field-descriptions.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,20 @@ This topic contains descriptions of the `lstreamd_default.conf` file parameters.
7777

7878
- `EVENTS`:
7979

80-
Citrix ADC Observability Exporter allows exporting time series ( events, and audit logs) to Splunk.
80+
Citrix ADC Observability Exporter allows exporting time series (events, and audit logs) to Splunk and Kafka.
8181
Set this field to `yes` to allow exporting events.
8282
The default value is `no`.
8383

8484
- `AUDITLOGS`:
8585

86-
You can export audit logs to Splunk.
86+
You can export audit logs to Splunk and Kafka.
8787
Set this field to `yes` to allow exporting audit logs.
8888
The default value is `no`.
8989

90+
- `ConnectionPoolSize`:
91+
92+
Alters the size of connection pools for Splunk.`ConnectionPoolSize` and `MaxConnections` can be used to control the rate at which data is exported (to the endpoint).
93+
9094
- `ElkMaxSendBuffersPerSec`:
9195

9296
The maximum rate at which the data is exported to ElasticSearch.
@@ -174,7 +178,7 @@ Following are the guidelines while configuring the `lstreamd_default.conf` file
174178

175179
Prometheus is always `ON` and metrics can be exported to it in parallel to transactions, audit logs, and events.
176180

177-
- Currently, you can only export time series like audit logs and events to Splunk, but in parallel to transactions and metrics.
181+
- Currently, you can only export time series like audit logs and events to Splunk and Kafka, but in parallel to transactions and metrics.
178182

179183
- 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.
180184
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.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ You can view the traces using the Zipkin user interface. However, you can also e
4444

4545
When Elasticsearch is specified as the transaction endpoint, Citrix ADC Observability Exporter converts the data to JSON format. On the Elasticsearch server, Citrix ADC Observability Exporter creates Elasticsearch indexes for each ADC on an hourly basis. These indexes are based on data, hour, UUID of the ADC, and the type of HTTP data (http_event or http_error). Then, Citrix ADC Observability Exporter uploads the data in JSON format under Elastic search indexes for each ADC. All regular transactions are placed into the http_event index and any anomalies are placed into the http_error index.
4646

47-
### Citrix ADC Observability Exporter with Kafka as the transaction endpoint
47+
### Citrix ADC Observability Exporter with Kafka as the endpoint
4848

49-
When Kafka is specified as the transaction endpoint, Citrix ADC Observability Exporter converts the transaction data to [Avro](http://avro.apache.org/docs/current/Avro) format and streams them to Kafka.
49+
NetScaler Observability Exporter exports transactions to Kafka as [Avro](http://avro.apache.org/docs/current/Avro) or JSON. Auditlogs and events are exported as JSON.
5050

5151
### Citrix ADC Observability Exporter with Prometheus as the endpoint for time series data
5252

0 commit comments

Comments
 (0)