﻿---
title: Process fields
description: Process metadata fields Process owner information. 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/packetbeat/exported-fields-process
products:
  - Beats
  - Packetbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Process fields
Process metadata fields
<definitions>
  <definition term="process.exe">
    type: alias
    alias to: process.executable
  </definition>
</definitions>


## owner

Process owner information.
<definitions>
  <definition term="process.owner.id">
    Unique identifier of the user.
    type: keyword
  </definition>
  <definition term="process.owner.name">
    Short name or login of the user.
    type: keyword
    example: albert
  </definition>
  <definition term="process.owner.name.text">
    type: text
  </definition>
</definitions>