﻿---
title: Icinga fields
description: Icinga Module Contains fields for the Icinga debug logs. Contains fields for the Icinga main logs. Contains fields for the Icinga startup logs. 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/filebeat/exported-fields-icinga
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Icinga fields
Icinga Module

## icinga


## debug

Contains fields for the Icinga debug logs.
<definitions>
  <definition term="icinga.debug.facility">
    Specifies what component of Icinga logged the message.
    type: keyword
  </definition>
  <definition term="icinga.debug.severity">
    type: alias
    alias to: log.level
  </definition>
  <definition term="icinga.debug.message">
    type: alias
    alias to: message
  </definition>
</definitions>


## main

Contains fields for the Icinga main logs.
<definitions>
  <definition term="icinga.main.facility">
    Specifies what component of Icinga logged the message.
    type: keyword
  </definition>
  <definition term="icinga.main.severity">
    type: alias
    alias to: log.level
  </definition>
  <definition term="icinga.main.message">
    type: alias
    alias to: message
  </definition>
</definitions>


## startup

Contains fields for the Icinga startup logs.
<definitions>
  <definition term="icinga.startup.facility">
    Specifies what component of Icinga logged the message.
    type: keyword
  </definition>
  <definition term="icinga.startup.severity">
    type: alias
    alias to: log.level
  </definition>
  <definition term="icinga.startup.message">
    type: alias
    alias to: message
  </definition>
</definitions>