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

[filebeat][httpjson] Initial implementation of httpjson v2 #22320

Merged
merged 35 commits into from
Dec 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c4d55d3
Add oauth config
marc-gr Oct 16, 2020
a19e762
Add stateless input
marc-gr Oct 16, 2020
19b8941
Add request and basic config
marc-gr Oct 16, 2020
cfba774
Create v2 input and basic transforms
marc-gr Oct 20, 2020
2c37df6
Refactor and set up basic requester structure
marc-gr Oct 29, 2020
8b8e9d6
Run fmt
marc-gr Oct 29, 2020
de80d3f
Set tests and fix tpl
marc-gr Oct 29, 2020
43d241e
basic processing structure
marc-gr Oct 30, 2020
5c6092e
Add pagination mechanism
marc-gr Oct 30, 2020
bce8016
Publish the events
marc-gr Oct 30, 2020
52d320e
Add check redirect and oauth tests
marc-gr Oct 30, 2020
d92f88d
Deprecate old httpjson and include both
marc-gr Oct 30, 2020
0a28dc9
Return default value if execution is empty
marc-gr Oct 30, 2020
3874164
wip
marc-gr Nov 2, 2020
cb2b24c
Add split
marc-gr Nov 2, 2020
c4d0b33
Handle request errors and pagination end
marc-gr Nov 3, 2020
b653aec
Add date functions for templates and tests
marc-gr Nov 5, 2020
4aa6d9c
Add getRFC5988Link functionality to templates
marc-gr Nov 6, 2020
6759001
Switch between v1/v2 based on config flag
marc-gr Nov 6, 2020
c410215
Add cursor
marc-gr Nov 6, 2020
12857e1
Add rate limit
marc-gr Nov 6, 2020
bedf52d
Put back original filebeat.yml
marc-gr Nov 6, 2020
02dcf8a
Add deprecation warning for old httpjson version
marc-gr Nov 6, 2020
afb68a7
Add transform tests
marc-gr Nov 12, 2020
6789ae3
Initial doc changes
marc-gr Nov 23, 2020
bdbb877
Add more debug logs and split tests
marc-gr Nov 26, 2020
ce233a9
Ignore empty values on set and append
marc-gr Nov 26, 2020
5f685fa
Allow content type and accept override and change redirect default
marc-gr Nov 26, 2020
55c0275
Add add and toInt functions
marc-gr Nov 26, 2020
9408239
Support array responses
marc-gr Nov 27, 2020
3a427c9
Add tests cases and minor changes
marc-gr Nov 30, 2020
92fadf8
Add changelog entry
marc-gr Nov 30, 2020
42fb485
Do not copy mutex on delete transform
marc-gr Nov 30, 2020
f807f73
Add PR suggestions:
marc-gr Dec 1, 2020
d4afbda
Documentation fixes
marc-gr Dec 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ from being added to events by default. {pull}18159[18159]
- Improve panw ECS url fields mapping. {pull}22481[22481]
- Improve Nats filebeat dashboard. {pull}22726[22726]
- Add support for UNIX datagram sockets in `unix` input. {issues}18632[18632] {pull}22699[22699]
- Add new httpjson input features and mark old config ones for deprecation {pull}22320[22320]

*Heartbeat*

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading