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

Drain EventId displays hexdecimal values #20

Closed
ghost opened this issue Feb 15, 2019 · 1 comment
Closed

Drain EventId displays hexdecimal values #20

ghost opened this issue Feb 15, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 15, 2019

I am using the Drain logparser and I observed that the EventId always displays hexadecimal equivalent of the hash when written to the .csv files. Can it be instead represented as events 1, 2, 3,... and so on? I am using Python 3.7.

@zhujiem
Copy link
Member

zhujiem commented Feb 15, 2019

Yes. It is a design choice for easy maintainance of templates in production. We found it is hard to maintain a global counter for that. But for experimentation, if you prefer to use numbers, use can perform postprocessing.

@zhujiem zhujiem closed this as completed Feb 15, 2019
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