elastic / stream

Test utility for streaming data via udp/tcp/tls/webhook/GCP Pub-Sub/Kafka.
https://container-library.elastic.co/r/observability/stream
Apache License 2.0
8 stars 13 forks source link

Adding GCS output and fixing linting issues for few outputs #46

Closed P1llus closed 1 year ago

P1llus commented 1 year ago

Adding support for reading files and sending them to a GCS bucket, or create the bucket if it does not already exist.

elasticmachine commented 1 year ago

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

#### Build stats * Start Time: 2023-01-18T10:28:47.800+0000 * Duration: 6 min 33 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 21 | | Skipped | 0 | | Total | 21 |

:robot: GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with: - `/test` : Re-trigger the build.

P1llus commented 1 year ago

I also fixed some imports of ioutil which is now deprecated, and the linter was complaining, this includes other outputs as well

P1llus commented 1 year ago

@andrewkroh I am adding in the second environmental variable again, as it otherwise breaks the client: image