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

introduce the JSON Processor #20128

Merged
merged 3 commits into from
Sep 9, 2016
Merged

introduce the JSON Processor #20128

merged 3 commits into from
Sep 9, 2016

Conversation

talevy
Copy link
Contributor

@talevy talevy commented Aug 23, 2016

Closes #20052

@talevy talevy added >enhancement WIP :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v5.0.0-beta1 labels Aug 23, 2016
@talevy talevy force-pushed the jsonprocessor branch 3 times, most recently from 1997087 to 2c034ea Compare August 23, 2016 18:08
@talevy talevy added review and removed WIP labels Aug 23, 2016
@talevy talevy added the WIP label Aug 23, 2016
--------------------------------------------------
{
"json": {
"field": "my_json_string"
Copy link
Member

Choose a reason for hiding this comment

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

Could it be a real JSON string in doc?

@talevy
Copy link
Contributor Author

talevy commented Sep 9, 2016

@martijnvg mind reviewing this one as well?

/**
*/
public class IngestDocumentMatcher {
public static void assertIngestDocument(Object a, Object b) {
Copy link
Member

Choose a reason for hiding this comment

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

maybe remove the empty jdocs at the class level and add actual jdoc on the method itself?

@martijnvg
Copy link
Member

LGTM, assuming build is happy. Left one small comment.

@talevy
Copy link
Contributor Author

talevy commented Sep 9, 2016

thanks! I will wait for the other PR to merge in so that I can remove this assertIngestDocument change here and watch the tests pass

@talevy talevy merged commit 9f1f5fd into elastic:master Sep 9, 2016
@talevy talevy deleted the jsonprocessor branch September 9, 2016 21:34
talevy added a commit that referenced this pull request Sep 9, 2016
introduce the JSON Processor
talevy added a commit that referenced this pull request Sep 9, 2016
introduce the JSON Processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement v5.0.0-beta1 v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants