Ibm mq module issue in metricbeat

Hi all,
I am trying to monitor my IBM WebSphere MQ using ibmmq module of metricbeat version 7.13.1.
the metricbeat.yml setting is as following:

# =========================== Modules configuration ============================

metricbeat.config.modules:
  # Glob pattern for configuration loading
  path: ${path.config}/modules.d/*.yml

  # Set to true to enable config reloading
  reload.enabled: false

  # Period on which files under path should be checked for changes
  #reload.period: 10s

# ======================= Elasticsearch template setting =======================

setup.template.settings:
  index.number_of_shards: 1
  index.codec: best_compression
  #_source.enabled: false
# ---------------------------- Elasticsearch Output ----------------------------
output.elasticsearch:
  # Array of hosts to connect to.
  hosts: ["10.0.1.17:9200"]

  # Protocol - either `http` (default) or `https`.
  #protocol: "https"

  # Authentication credentials - either API key or username/password.
  #api_key: "id:api_key"
  username: "elastic"
  password: "***"

and ibmmq.yml has been enabled in modules.d file with following setting:

- module: ibmmq
  metricsets: ['qmgr']
  period: 10s
  hosts: ['10.0.1.17:1415']

  # This module uses the Prometheus collector metricset, all
  # the options for this metricset are also available here.
  metrics_path: /metrics

but starting metricbeat leads to following message:


2021-08-09T10:22:27.879+0430    INFO    module/wrapper.go:259   Error fetching data for metricset ibmmq.qmgr: unable to decode response from prometheus endpoint: error making http request: Get "http://10.0.1.17:1415/metrics": EOF

it is noted that metricbeat-7.13.1-2021.08.09-000001 will be created but there is no mq metricset
any help will be so appreciated.
Regards

the metricbeat index json is as following:

{

  "_index": "metricbeat-7.13.1-2021.08.09-000001",

  "_type": "_doc",

  "_id": "bWZ5KXsBmsqvOUA3lLBp",

  "_version": 1,

  "_score": null,

  "fields": {

    "prometheus.metrics.up": [

      0

    ],

    "host.os.name.text": [

      "Windows 10 Enterprise"

    ],

    "host.hostname": [

      "rsh"

    ],

    "host.mac": [

      "0a:00:27:00:00:10",

      "88:d7:f6:7c:f6:98",

      "00:09:0f:fe:00:01",

      "00:50:56:c0:00:01",

      "00:50:56:c0:00:08"

    ],

    "host.os.build": [

      "19041.1110"

    ],

    "service.type": [

      "ibmmq"

    ],

    "host.ip": [

      "fe80::4960:3ab3:d12b:a410",

      "192.168.149.1",

      "fe80::c481:a8b9:8ec5:b5a4",

      "10.0.1.17",

      "fe80::68a2:e259:ad09:b335",

      "169.254.179.53",

      "fe80::c519:ac9a:3ddf:ffae",

      "192.168.11.1",

      "fe80::e48b:9528:bbcc:c21f",

      "192.168.170.1"

    ],

    "agent.type": [

      "metricbeat"

    ],

    "event.module": [

      "ibmmq"

    ],

    "host.os.version": [

      "10.0"

    ],

    "host.os.kernel": [

      "10.0.19041.1110 (WinBuild.160101.0800)"

    ],

    "host.os.name": [

      "Windows 10 Enterprise"

    ],

    "agent.name": [

      "rsh"

    ],

    "host.name": [

      "rsh"

    ],

    "host.id": [

      "3331ff70-2b8b-43c0-bec2-1a099231739f"

    ],

    "host.os.type": [

      "windows"

    ],

    "metricset.period": [

      10000

    ],

    "agent.hostname": [

      "rsh"

    ],

    "metricset.name": [

      "qmgr"

    ],

    "event.duration": [

      2069410800

    ],

    "host.architecture": [

      "x86_64"

    ],

    "prometheus.labels.instance": [

      "10.0.1.17:1415"

    ],

    "@timestamp": [

      "2021-08-09T05:53:55.817Z"

    ],

    "agent.id": [

      "23bc18f5-4f31-4cfb-adf3-0f13bb76813a"

    ],

    "host.os.platform": [

      "windows"

    ],

    "ecs.version": [

      "1.9.0"

    ],

    "service.address": [

      "http://10.0.1.17:1415/metrics"

    ],

    "agent.ephemeral_id": [

      "694c63e2-849a-44f8-a583-e94e57235bf5"

    ],

    "prometheus.labels.job": [

      "prometheus"

    ],

    "agent.version": [

      "7.13.1"

    ],

    "host.os.family": [

      "windows"

    ],

    "event.dataset": [

      "ibmmq.qmgr"

    ]

  },

  "sort": [

    1628488435817

  ]

}

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