Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hex strings are automatically converted to integers #14

Open
philhagen opened this issue Jul 27, 2024 · 0 comments
Open

Hex strings are automatically converted to integers #14

philhagen opened this issue Jul 27, 2024 · 0 comments

Comments

@philhagen
Copy link

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
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant