﻿---
title: ActiveMQ fields
description: Module for parsing ActiveMQ log files. Fields from ActiveMQ audit logs. Fields from ActiveMQ application logs. 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/filebeat/exported-fields-activemq
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# ActiveMQ fields
Module for parsing ActiveMQ log files.

## activemq

<definitions>
  <definition term="activemq.caller">
    Name of the caller issuing the logging request (class or resource).
    type: keyword
  </definition>
  <definition term="activemq.thread">
    Thread that generated the logging event.
    type: keyword
  </definition>
  <definition term="activemq.user">
    User that generated the logging event.
    type: keyword
  </definition>
</definitions>


## audit

Fields from ActiveMQ audit logs.

## log

Fields from ActiveMQ application logs.
<definitions>
  <definition term="activemq.log.stack_trace">
    type: keyword
  </definition>
</definitions>