﻿---
title: IBM MQ fields
description: ibmmq Module IBM MQ error logs 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/filebeat/exported-fields-ibmmq
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# IBM MQ fields
ibmmq Module

## ibmmq


## errorlog

IBM MQ error logs
<definitions>
  <definition term="ibmmq.errorlog.installation">
    This is the installation name which can be given at installation time. Each installation of IBM MQ on UNIX, Linux, and Windows, has a unique identifier known as an installation name. The installation name is used to associate things such as queue managers and configuration files with an installation.
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.qmgr">
    Name of the queue manager. Queue managers provide queuing services to applications, and manages the queues that belong to them.
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.arithinsert">
    Changing content based on error.id
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.commentinsert">
    Changing content based on error.id
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.errordescription">
    Please add description
    type: text
    example: Please add example
  </definition>
  <definition term="ibmmq.errorlog.explanation">
    Explaines the error in more detail
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.action">
    Defines what to do when the error occurs
    type: keyword
  </definition>
  <definition term="ibmmq.errorlog.code">
    Error code.
    type: keyword
  </definition>
</definitions>