boundary
editboundary
editThis is a community-maintained plugin! It does not ship with Logstash by default, but it is easy to install by running bin/logstash-plugin install logstash-output-boundary
.
This output lets you send annotations to Boundary based on Logstash events
Note that since Logstash maintains no state these will be one-shot events
By default the start and stop time will be the event timestamp
Synopsis
editThis plugin supports the following configuration options:
Required configuration options:
boundary { api_key => ... org_id => ... }
Available configuration options:
Details
edit
api_key
edit- This is a required setting.
- Value type is string
- There is no default value for this setting.
Your Boundary API key
auto
edit- Value type is boolean
-
Default value is
false
Auto
If set to true, logstash will try to pull boundary fields out
of the event. Any field explicitly set by config options will
override these.
['type', 'subtype', 'creation_time', 'end_time', 'links', 'tags', 'loc']
btags
edit- Value type is array
- There is no default value for this setting.
Tags Set any custom tags for this event Default are the Logstash tags if any
codec
edit- Value type is codec
-
Default value is
"plain"
The codec used for output data. Output codecs are a convenient method for encoding your data before it leaves the output, without needing a separate filter in your Logstash pipeline.
end_time
edit- Value type is string
- There is no default value for this setting.
End time
Override the stop time
Note that Boundary requires this to be seconds since epoch
If overriding, it is your responsibility to type this correctly
By default this is set to event["@timestamp"].to_i
org_id
edit- This is a required setting.
- Value type is string
- There is no default value for this setting.
Your Boundary Org ID