forked from logstash-plugins/logstash-input-http
-
Notifications
You must be signed in to change notification settings - Fork 3
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
JSON Array splitting #77
Merged
Merged
Commits on Oct 8, 2024
-
Allow splitting incoming messages with JSON array format
Delete PayloadConfig and include configuration in ConversionFactory that provides the correct object instead Add secondary ctor to RegexConversion Use Collections.singletonList in DefaultPayload, RegexConversion as final class Add object equality test for RegexPayload Move tests to the correct package Move config tests from RegexPayloadTest to PayloadConfigTest and add tests for splitType Refactor split() function in Payload Refactor JsonPayload and RegexPayload to encapsulate Payload instead of String Rename Payload's take() function to message() Implement json_array splitting Refactor Payload objects and regex splitting Remove duplicate tests from RegexSplittingTest Apply spotless Move regex splitting tests to their own file, refactor the tests Change config to allow splitting with json_array Refactor regex splitting to a decorator
Configuration menu - View commit details
-
Copy full SHA for d2ea232 - Browse repository at this point
Copy the full SHA d2ea232View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48f022e - Browse repository at this point
Copy the full SHA 48f022eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19729d2 - Browse repository at this point
Copy the full SHA 19729d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d750c72 - Browse repository at this point
Copy the full SHA d750c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa42ea - Browse repository at this point
Copy the full SHA daa42eaView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2472f7d - Browse repository at this point
Copy the full SHA 2472f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b30235 - Browse repository at this point
Copy the full SHA 7b30235View commit details -
Remove checking System Properties in ConversionFactory, make end-to-e…
…nd tests use properties from a resource file
Configuration menu - View commit details
-
Copy full SHA for 45d05b4 - Browse repository at this point
Copy the full SHA 45d05b4View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd57f54 - Browse repository at this point
Copy the full SHA fd57f54View commit details -
Use expected message amounts instead of result list size as an expect…
…ed value in assertions
Configuration menu - View commit details
-
Copy full SHA for 5bb31cd - Browse repository at this point
Copy the full SHA 5bb31cdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.