Winlogbeat I am getting error when winlogbeat is 7.5 and elastic is 8.5.3

I am getting error when winlogbeat is 7.5 and elastic is 8.5.3 and kibana is also 8.5.3

if winlogbeat is 7.5 and elastic and kibana also 7.5 it is working fine

ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://10.179.32.150:9300)): Connection marked as failed because the onConnect callback failed: error loading template: could not load template. Elasticsearch returned: couldn't load template: 400 Bad Request: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"legacy template [winlogbeat-7.5.0] has index patterns [winlogbeat-7.5.0-] matching patterns from existing composable templates [unowinlogbeat] with patterns (unowinlogbeat => [winlogbeat]), use composable templates (/_index_template) instead"}],"type":"illegal_argument_exception","reason":"legacy template [winlogbeat-7.5.0] has index patterns [winlogbeat-7.5.0-] matching patterns from existing composable templates [unowinlogbeat] with patterns (unowinlogbeat => [winlogbeat]), use composable templates (/_index_template) instead"},"status":400}. Response body: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"legacy template [winlogbeat-7.5.0] has index patterns [winlogbeat-7.5.0-] matching patterns from existing composable templates [unowinlogbeat] with patterns (unowinlogbeat => [winlogbeat]), use composable templates (/_index_template) instead"}],"type":"illegal_argument_exception","reason":"legacy template [winlogbeat-7.5.0] has index patterns [winlogbeat-7.5.0-] matching patterns from existing composable templates [unowinlogbeat] with patterns (unowinlogbeat => [winlogbeat]), use composable templates (/_index_template) instead"},"status":400}. Template is: {

@devdev7711
Beats connect to elasticsearch on port 9200 not 9300.

That looks like a wrong config., perhaps

http://10.179.32.150:9200/

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