Edge Delta EDPort Output
3 minute read
Overview
The EDPort output will stream analytics and insights to EDPort.
Example
- name: edport-with-endpoint
type: edport
endpoint: "http://localhost:4545/v0/collect"
- name: edport-with-endpoint-and-schema
type: edport
endpoint: "http://localhost:4545/v0/collect"
schema: FlattenedObservation
- name: edport-with-tcp
type: edport
host: "log-repo-host"
port: 23131
pool_size: 1
- name: edport-with-tcp-and-schema
type: edport
host: "log-repo-host"
port: 23131
schema: FlattenedObservation
Parameters
name
Required
Enter a descriptive name for the output. This name will be used to map this destination to a workflow.
name: edport-with-endpoint
integration_name
Optional
This parameter refers to the integration created in the Integrations page. If you need to add multiple instances of the same integration into the config, then you can add a custom name to each instance via the name parameter. In this situation, the name should be used to refer to the specific instance of the destination in the workflows.
integration_name: orgs-edport
type: edport
Required
Enter edport.
type: edport
endpoint
Optional
Enter the EDPort endpoint. You must enter an endpoint to support HTTP/S stream.
endpoint: "<endpoint address>"
host
Optional
Enter the EDPort host. You must enter a host to support TCP stream.
host: "<host name>"
port
Optional
Enter the EDPort port.You must enter a port to support TCP stream.
port: <port number>
schema
Optional
Enter the format type for the streaming data, such as json.
schema: FlattenedObservation
features
Optional
This parameter defines which data types to stream to the destination. To learn more, see the following section on supported feature types.
features: log
buffer_ttl
Optional
Enter a length of time to retry failed streaming data. After this length of time is reached, the failed streaming data will no longer be tried.
buffer_ttl: 2h
buffer_path
Optional
Enter a folder path to temporarily store failed streaming data. The failed streaming data will be retried until the data reaches its destinations or until the Buffer TTL value is reached. If you enter a path that does not exist, then the agent will create directories, as needed.
buffer_path: /var/log/edgedelta/pushbuffer/
buffer_max_bytesize
Optional
Enter the maximum size of failed streaming data that you want to retry. If the failed streaming data is larger than this size, then the failed streaming data will not be retried.
buffer_max_bytesize: 100MB
custom_tags
Optional
This parameter defines key-value pairs that are streamed with every request.
custom_tags:
"Host": "{{.Host}}"
"Source": "{{.Source}}"
"SourceType": "{{.SourceType}}"
"Tag": "{{.Tag}}"
Supported Feature Types
See Streaming Features.
Feature Type | Supported? |
---|---|
Log | Yes |
Metrics | Yes |
Alert as event | No |
Alert as log | No |
Health | No |
Dimensions as attribute | No |
Send as is | No |
Send as JSON | No |
Custom tags | No |
EDAC enrichment | No |
Message template | No |
outgoing_bytes.sum | No |
outgoing__raw_bytes.sum | No |
outgoing_lines.count | No |
output buffering to disk | Yes |