Skip to content

Hex strings are automatically converted to integers #14

Description

@philhagen

A matched hex-notation string is automatically converted to integers instead of remaining in their original form.

Data: Process ID: 0x1268
Grok: Process ID: +%{DATA:pid}}
Expected match:

[
  {
    "pid": 0x1268
  }
]

Actual result:

[
  {
    "pid": 4712
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions