Problem with fields mqobject_ and mq_ They are not displayed in Elasticsearch from Prometheus

Hi,
We already have MQ monitoring running in Prometehus, but we are trying to bring the metrics to ElasticSearch, we made the integration between Prometehus and Metricbeat, but they do not arrive, all the fields related to MQ are not displayed in Kibana, all these fields do not appear:

mq_commit_commit_count_totalcalls
mq_cpu_system_cpu_time_estimate_percentage
mq_cpu_user_cpu_time_estimate_percentage
mq_disk_file_system_free_space_percentage
mq_disk_file_system_in_use_megabytes
mq_get_expired_message_count_totalmessages
mq_get_failed_browse_count_totalbrowses
mq_get_failed_mqcb_count_totalcalls
mq_get_failed_mqget_count_totalcalls
mq_get_got_non_persistent_messages_byte_count_totalbytes
mq_get_got_persistent_messages_byte_count_totalbytes
mq_get_interval_total_destructive_get_byte_count_totalbytes
mq_get_interval_total_destructive_get_count_totalmessages
mq_get_mqcb_count_totalcalls
mq_get_mqctl_count_totalcalls
mq_get_non_persistent_message_browse_byte_count_totalmessages
mq_get_non_persistent_message_browse_count_totalmessages
mq_get_non_persistent_message_destructive_get_count_totalmessages
mq_get_persistent_message_browse_byte_count_totalmessages
mq_get_persistent_message_browse_count_totalmessages
mq_get_persistent_message_destructive_get_count_totalmessages
mq_log_current_primary_space_in_use_percentage
mq_log_workload_primary_space_utilization_percentage
mq_log_write_size_total
mq_mqclose_failed_mqclose_count_totalcalls
mq_mqclose_mqclose_count_totalcalls
mq_mqconn_concurrent_connections_high_water_mark_connections
mq_mqconn_failed_mqconn_mqconnx_count_totalcalls
mq_mqconn_mqconnx_count_totalcalls
mq_mqdisc_mqdisc_count_totalcalls
mq_mqinq_failed_mqinq_count_totalcalls
mq_mqinq_mqinq_count_totalcalls
mq_mqopen_failed_mqopen_count_totalcalls
mq_mqopen_mqopen_count_totalcalls
mq_mqset_failed_mqset_count_totalcalls
mq_mqset_mqset_count_totalcalls
mq_object_destructive_mqget_fails_delta
.....

This fields do appear:
go_gc_duration_seconds
go_gc_duration_seconds_count
go_gc_duration_seconds_sum
go_goroutines
go_info
go_memstats_alloc_bytes
go_memstats_alloc_bytes_total
go_memstats_buck_hash_sys_bytes
go_memstats_frees_total
go_memstats_gc_cpu_fraction
go_memstats_gc_sys_bytes
go_memstats_heap_alloc_bytes
go_memstats_heap_idle_bytes
go_memstats_heap_inuse_bytes
go_memstats_heap_objects
go_memstats_heap_released_bytes
go_memstats_heap_sys_bytes
go_memstats_last_gc_time_seconds
go_memstats_lookups_total
go_memstats_mallocs_total
go_memstats_mcache_inuse_bytes
go_memstats_mcache_sys_bytes
go_memstats_mspan_inuse_bytes
go_memstats_mspan_sys_bytes
go_memstats_next_gc_bytes
go_memstats_other_sys_bytes
go_memstats_stack_inuse_bytes
go_memstats_stack_sys_bytes
go_memstats_sys_bytes
go_threads
net_conntrack_dialer_conn_attempted_total
net_conntrack_dialer_conn_closed_total
net_conntrack_dialer_conn_established_total
net_conntrack_dialer_conn_failed_total
net_conntrack_listener_conn_accepted_total
net_conntrack_listener_conn_closed_total
node_arp_entries
node_boot_time_seconds
node_context_switches_total
node_cooling_device_cur_state
node_cooling_device_max_state
......

Download and install the latest versions of ElasticSearch, Kibana, MetricBeat, and Prometheus.

Please your help

The metrics are extracted from this implementation:

Thank you

Can you share your Metricbeat configuration, please?

I'm sorry, but is this what you ask of me?

Please your comments

metricbeat.yml

metricbeat.reference.yml

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