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

Add new output module for Splunk #1091

Merged
merged 6 commits into from
Feb 20, 2024
Merged

Add new output module for Splunk #1091

merged 6 commits into from
Feb 20, 2024

Conversation

w0Tx
Copy link
Contributor

@w0Tx w0Tx commented Feb 14, 2024

This PR include a new way to export data to a splunk instance through HTTP Event Collector.

I've decided to create a new output module instead of modifying the HTTP output module to keep the code as simple as possible.

I've also added the documentation associated with it.

@TheTechromancer
Copy link
Collaborator

Thanks for doing this! The module looks solid, we just need to write a test for it.

@TheTechromancer TheTechromancer self-assigned this Feb 14, 2024
@TheTechromancer TheTechromancer changed the base branch from stable to dev February 14, 2024 16:06
w0Tx and others added 3 commits February 17, 2024 17:56
Add support to send JSON data to splunk instance via HTTP Event Collector
Add documentation for splunk output module
Copy link

codecov bot commented Feb 17, 2024

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (25e5390) 92% compared to head (6967bce) 92%.
Report is 8 commits behind head on dev.

Files Patch % Lines
bbot/modules/output/splunk.py 84% 5 Missing ⚠️
...est/test_step_2/module_tests/test_module_splunk.py 93% 3 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #1091   +/-   ##
=====================================
- Coverage     92%     92%   -0%     
=====================================
  Files        306     308    +2     
  Lines      19396   19468   +72     
=====================================
+ Hits       17805   17863   +58     
- Misses      1591    1605   +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheTechromancer
Copy link
Collaborator

Tests written and passing, waiting for approval.

@TheTechromancer TheTechromancer merged commit 069ecff into blacklanternsecurity:dev Feb 20, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants