Hello;
when I enable rabbitmq module with metricbeats; I have the following error in my metricbeats logfile
2018-01-16T09:33:54+01:00 ERR Error on field 'state': Missing field: state, Error: Key state not found: key=state: key not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key messages_persistent not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_writes not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_reads not found
2018-01-16T09:33:54+01:00 ERR Error on field 'exclusive': Missing field: exclusive, Error: Key exclusive not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key messages_persistent not found
2018-01-16T09:33:54+01:00 ERR Error on field 'state': Missing field: state, Error: Key state not found: key=state: key not found
2018-01-16T09:33:54+01:00 ERR Error on field 'exclusive': Missing field: exclusive, Error: Key exclusive not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_reads not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_writes not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_reads not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_writes not found
2018-01-16T09:33:54+01:00 ERR Error on field 'exclusive': Missing field: exclusive, Error: Key exclusive not found
2018-01-16T09:33:54+01:00 ERR Error on field 'state': Missing field: state, Error: Key state not found: key=state: key not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key messages_persistent not found
2018-01-16T09:33:54+01:00 ERR Error on field 'state': Missing field: state, Error: Key state not found: key=state: key not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key messages_persistent not found
2018-01-16T09:33:54+01:00 ERR Error on field 'exclusive': Missing field: exclusive, Error: Key exclusive not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_reads not found
2018-01-16T09:33:54+01:00 ERR Error on field 'count': Missing field: count, Error: Key disk_writes not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key queue_index_journal_write_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key queue_index_read_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key queue_index_write_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key mnesia_disk_tx_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key mnesia_ram_tx_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'bytes': Missing field: bytes, Error: Key gc_bytes_reclaimed not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key gc_num not found
2018-01-16T09:33:59+01:00 ERR Error on field 'ms': Missing field: ms, Error: Key io_file_handle_open_attempt_avg_time not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_file_handle_open_attempt_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'ms': Missing field: ms, Error: Key io_read_avg_time not found
2018-01-16T09:33:59+01:00 ERR Error on field 'bytes': Missing field: bytes, Error: Key io_read_bytes not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_read_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_read_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'ms': Missing field: ms, Error: Key io_seek_avg_time not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_seek_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'ms': Missing field: ms, Error: Key io_sync_avg_time not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_sync_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key io_write_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'ms': Missing field: ms, Error: Key io_write_avg_time not found
2018-01-16T09:33:59+01:00 ERR Error on field 'bytes': Missing field: bytes, Error: Key io_write_bytes not found
2018-01-16T09:33:59+01:00 ERR Error on field 'bytes': Missing field: bytes, Error: Expected integer, found string
2018-01-16T09:33:59+01:00 ERR Error on field 'bytes': Missing field: bytes, Error: Expected integer, found string
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key msg_store_write_count not found
2018-01-16T09:33:59+01:00 ERR Error on field 'count': Missing field: count, Error: Key msg_store_read_count not found
- Rabbit 2.7.1
- Metricbeat 6.1
Can anyone help me please
thank you