I got a similar issue and the output of 'GET /_cat/templates?v&s=name' on my cluster is as follows:
name index_patterns order version
.data-frame-internal-1 [.data-frame-internal-1] 0 7020099
.data-frame-notifications-1 [.data-frame-notifications-*] 0 7020099
.kibana_task_manager [.kibana_task_manager] 0 7030099
.logstash-management [.logstash] 0
.management-beats [.management-beats] 0 70000
.ml-anomalies- [.ml-anomalies-*] 0 7020099
.ml-config [.ml-config] 0 7020099
.ml-meta [.ml-meta] 0 7020099
.ml-notifications [.ml-notifications] 0 7020099
.ml-state [.ml-state*] 0 7020099
.monitoring-alerts-7 [.monitoring-alerts-7] 0 7000199
.monitoring-beats [.monitoring-beats-7-*] 0 7000199
.monitoring-es [.monitoring-es-7-*] 0 7000199
.monitoring-kibana [.monitoring-kibana-7-*] 0 7000199
.monitoring-logstash [.monitoring-logstash-7-*] 0 7000199
.triggered_watches [.triggered_watches*] 2147483647 filebeat_template [filebeat-*] 0 60001
logstash [logstash-*] 0 60001
wazuh [wazuh-alerts-3.x-*] 0
I got the following error in Logstash, but not sure how to resolve it. I appreciate your help on the 2 points that you mentioned in your prior post. Thanks.
[2019-08-28T16:39:31,216][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"wazuh-alerts-3.x-2019.08.28", :_type=>"wazuh", :routing=>nil}, #<LogStash::Event:0x5c3469f3>], :response=>{"index"=>{"_index"=>"wazuh-alerts-3.x-2019.08.28", "_type"=>"wazuh", "_id"=>"H3Oa2mwBysZ5uUprH_za", "status"=>400, "error"=>{"type"=>"illegal_argument_exception", "reason"=>"Rejecting mapping update to [wazuh-alerts-3.x-2019.08.28] as the final mapping would have more than 1 type: [_doc, wazuh]"}}}}