You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup error: Failed to connect to backoff(elasticsearch( http://172.19.20.113:32122 ))The connection is marked as failed because the onConnect callback failed: the resource 'filebeam-7.4.2' exists, but it is not an alias.
In addition to configuring setup. irm. rollover_alias: After setting the name of the index using 'my custom index' setup. irm. pattern: '{now/d} -000001', can it be configured in the following way
output.elasticsearch:
#Start load balancing
loadbalance: true
worker: 1
hosts: ["192.168.123.100:9200"]
username: ""
password: ""
index: "test-filebeat-%{+yyyy.MM.dd}"
The text was updated successfully, but these errors were encountered:
Startup error: Failed to connect to backoff(elasticsearch( http://172.19.20.113:32122 ))The connection is marked as failed because the onConnect callback failed: the resource 'filebeam-7.4.2' exists, but it is not an alias.
In addition to configuring setup. irm. rollover_alias: After setting the name of the index using 'my custom index' setup. irm. pattern: '{now/d} -000001', can it be configured in the following way
output.elasticsearch:
#Start load balancing
loadbalance: true
worker: 1
hosts: ["192.168.123.100:9200"]
username: ""
password: ""
index: "test-filebeat-%{+yyyy.MM.dd}"
The text was updated successfully, but these errors were encountered: