Convert cloudfoundry input to v2#19717
Conversation
|
Pinging @elastic/integrations (Team:Integrations) |
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
jsoriano
left a comment
There was a problem hiding this comment.
Thanks for working on this refactor.
I have been trying these changes locally and I have found some issues, I have added some suggestions to address them.
653e900 to
dac4538
Compare
jsoriano
left a comment
There was a problem hiding this comment.
I have been testing this locally and seems to work fine 👍
|
|
||
| func (i *inputV2) Test(_ v2.TestContext) error { | ||
| // XXX: try to connect, but don't consume | ||
| return nil |
There was a problem hiding this comment.
We can do the same test here as with v1.
|
|
||
| c.wg.Add(1) | ||
| go func() { | ||
| c.wg.Add(1) |
(cherry picked from commit b9cb9e4)
* upstream/master: Add `docker logs` support to the Elastic Log Driver (elastic#19531) [Elastic Agent] Fix saving of agent configuration on Windows to have proper ACLs (elastic#19793) Send the config revision down to the endpoint application. (elastic#19759) [Elastic Agent] Add support for multiple hosts in connection to kibana (elastic#19628) Remove the downloadConfig and retryConfig from plugin/process.Application and plugin/service.Application. (elastic#19603) Update go version to 1.14.4 (elastic#19753) ci: set builds as skipped when they do not match the trigger (elastic#19750) [Auditbeat] Fix up socket dataset runaway CPU usage (elastic#19764) Convert cloudfoundry input to v2 (elastic#19717)
(cherry picked from commit b9cb9e4)
What does this PR do?
Move cloudfoundry input to v2 input API
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas~~- [ ] I have made corresponding changes to the documentation~~~~
- [ ] I have made corresponding change to the default configuration files- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
How to test this PR locally
Related issues