[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-metron/pull/261 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-20 Thread cestella
GitHub user cestella reopened a pull request: https://github.com/apache/incubator-metron/pull/261 METRON-434: JSON Parser There are some situations where your data is already in JSON form and parsing should be as simple as passing the data through, adding `timestamp` and `original_

[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-20 Thread cestella
Github user cestella closed the pull request at: https://github.com/apache/incubator-metron/pull/261 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-20 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/261#discussion_r79632896 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/json/JSONMapParserTest.java --- @@ -0,0 +1,112 @@ +/** +

[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-20 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/261#discussion_r79625878 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/json/JSONMapParserTest.java --- @@ -0,0 +1,112 @@ +/** +

[GitHub] incubator-metron pull request #261: METRON-434: JSON Parser

2016-09-19 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/incubator-metron/pull/261 METRON-434: JSON Parser There are some situations where your data is already in JSON form and parsing should be as simple as passing the data through, adding `timestamp` and `original_me