srv
Here is an example of
out_forward
updating the targets to get the SRV record from _fluentd._tcp.example.com
:<match pattern>
@type forward
<service_discovery>
@type srv
service fluentd
proto tcp
hostname example.com
</service_discovery>
</source>
The value must be
srv
.type | default | version |
string | nil | 1.10.0 |
type | default | version |
string | nil | 1.10.0 |
It is a required parameter.
type | default | version |
string | required parameters | 1.10.0 |
type | default | version |
string | nil | 1.10.0 |
The hostname of the DNS server to request the SRV record.
type | default | version |
integer | 60 | 1.10.0 |
The interval of sending requests to DNS server.
type | default | version |
bool | true | 1.10.0 |
Resolves the hostname to IP address of the SRV's Target.
type | default | version |
string | nil | 1.10.0 |
The shared key per server.
type | default | version |
string | nil | 1.10.0 |
The username for authentication.
type | default | version |
string | nil | 1.10.0 |
The password for authentication.
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.
Last modified 2yr ago