Beats management questions

Trying to get started in beats central management.

  1. How can I specify a port in logstash output hosts?

  2. How to add fields in the general section via management?

Thanks

port of the Logstash is just a part of the URI e.g: "127.0.0.1:5044"

are you interested in custom fields?

My first config got DNS lookup failures on the "host:5044" combinations, but I can't reproduce it. I think I had a comma separated list as copied from filebeat.yml, now I have one line per host.

In filebeat.reference.yml, after line

> #================================ General =

Section
> # Optional fields that you can specify to add additional information to the
> # output. Fields can be scalar values, arrays, dictionaries, or any nested
> # combination of these.
> #fields:
> # env: staging

Looking for the equivalent for managed beats, tags and fields that would be added to all inputs and modules.

Thanks

@rugenl regarding general fields, I believe it's not possible with the CM in place

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.