I have enabled xpack monitoring in 6.3.0 in filebeat, auditbeat, and metricbeat. Security is disabled. filebeat and auditbeat show up just fine, metricbeat does not. metricbeat logs an error every 10 seconds
2018-06-19T17:04:12.958-0400 ERROR pipeline/output.go:92 Failed to publish events: 500 Internal Server Error: {"took":6,"ignored":false,"errors":true,"error":{"type":"export_exception","reason":"Exception when closing export bulk","caused_by":{"type":"export_exception","reason":"failed to flush export bulks","caused_by":{"type":"export_exception","reason":"bulk [default_local] reports failures when exporting documents","exceptions":[{"type":"export_exception","reason":"MapperParsingException[object mapping for [beats_stats.metrics.beat.cpu.user.time] tried to parse field [time] as object, but found a concrete value]","caused_by":{"type":"mapper_parsing_exception","reason":"object mapping for [beats_stats.metrics.beat.cpu.user.time] tried to parse field [time] as object, but found a concrete value"}}]}}}}
Am I missing an index template or something?