-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement RPM and GEM for efficient installation and setup (#10)
* First stem to gem pdnssoc * Installation script to gem * Improve automatic installation * Adjustments to allow install rake and let it running * Restrucure of the project and rpm working * New version fetching the gem file directly from rubygems.org * Few corrections for smooth rpm install * Few corrections for smooth rpm install * Remove Docker config and install.sh as it is not updated * td-agent.conf supporting opensearch * Update README.md * Corrections on the spec file and new version of gem to use td-agent.conf as template * Update README.md * Update README.md * Timers services restart and delete after the uninstall * Update README.md * Update README.md * Update README.md --------- Co-authored-by: root <[email protected]> Co-authored-by: Developer <[email protected]>
- Loading branch information
1 parent
c595ef5
commit 642363a
Showing
29 changed files
with
368 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 0.1.3 - 2023-08-07 | ||
|
||
### Added | ||
- Integrated OpenSearch support to enable powerful search capabilities. | ||
- Implemented OpenSearch template with specific mappings to align with new data structure. | ||
- Added nested field support in OpenSearch for enhanced querying within the `misp` field. | ||
- RPM install capabilities. | ||
- Gem packaging of the code. | ||
|
||
### Changed | ||
- Modified Fluentd configuration to forward logs to OpenSearch. | ||
- Adjusted log format to match the new OpenSearch template (if applicable). | ||
|
||
### Fixed | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
# Specify your gem's dependencies in fluent-plugin-out_filter_list.gemspec | ||
gemspec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
pdnssoc (0.1.0) | ||
fluent-plugin-filter-list | ||
misp | ||
parseconfig | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
concurrent-ruby (1.2.2) | ||
cool.io (1.7.1) | ||
fluent-plugin-filter-list (0.7.5) | ||
fluentd (>= 0.14.0, < 2.0.0) | ||
fluentd (1.16.2) | ||
bundler | ||
cool.io (>= 1.4.5, < 2.0.0) | ||
http_parser.rb (>= 0.5.1, < 0.9.0) | ||
msgpack (>= 1.3.1, < 2.0.0) | ||
serverengine (>= 2.3.2, < 3.0.0) | ||
sigdump (~> 0.2.5) | ||
strptime (>= 0.2.4, < 1.0.0) | ||
tzinfo (>= 1.0, < 3.0) | ||
tzinfo-data (~> 1.0) | ||
webrick (~> 1.4) | ||
yajl-ruby (~> 1.0) | ||
http_parser.rb (0.8.0) | ||
misp (0.1.4) | ||
msgpack (1.7.2) | ||
parseconfig (1.1.2) | ||
rake (13.0.6) | ||
serverengine (2.3.2) | ||
sigdump (~> 0.2.2) | ||
sigdump (0.2.5) | ||
strptime (0.2.5) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
tzinfo-data (1.2023.3) | ||
tzinfo (>= 1.0.0) | ||
webrick (1.8.1) | ||
yajl-ruby (1.4.3) | ||
|
||
PLATFORMS | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
fluent-plugin-filter-list | ||
misp | ||
parseconfig | ||
pdnssoc! | ||
rake | ||
|
||
BUNDLED WITH | ||
2.4.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.