Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

METRON-295: Script parsing bolt #337

Closed
wants to merge 4 commits into from

Conversation

rkarthik29
Copy link

I have added support for creating parsers using js, python or groovy and using them in metron. This is for Jira Metron-295

@cestella
Copy link
Member

cestella commented Nov 2, 2016

Hi Karthik. Can you close this and reopen with the title: "METRON-295: Script parsing bolt"?

@rkarthik29 rkarthik29 changed the title Metron 295 METRON-295: Script parsing bolt" Nov 2, 2016
@rkarthik29 rkarthik29 changed the title METRON-295: Script parsing bolt" METRON-295: Script parsing bolt Nov 2, 2016
@rkarthik29
Copy link
Author

i changed the title

@rkarthik29 rkarthik29 closed this Nov 2, 2016
@ottobackwards
Copy link
Contributor

don't forget the reopen part

@ottobackwards
Copy link
Contributor

This is interesting. I would think we would want some tooling like https://github.com/YelpArchive/pyleus around building a jar that contains all the python dependencies for a script for people to do non-trivial things in python.

I am not sure how you would do the same for javascript or groovy.

}
messages.add(message);
if (LOG.isDebugEnabled()) {
LOG.debug("Grok parser parsed message: " + message);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like cut and paste error from the Grok code

}
}catch (Exception e) {
LOG.error(e.getMessage(), e);
throw new IllegalStateException("Grok parser Error: " + e.getMessage() + " on " + originalMessage , e);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is another one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants