Merged
Conversation
…argo clippy report
…to ES index_template
|
Thank you so much for your work, can't wait to test the new features with the next release. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
This PR closes #177 and #167. This PR solves #193 and is related to and #96
Performed modifications:
hashscannersection with the following parameters:file, the path to store the database.enabled, enable or disable the scanner thread.interval, number of minutes to wait between hash scans.algorithm, the selected algorithm to produce hash of files (Sha224/Sha256/Sha384/Sha512/Keccak224/Keccak256/Keccak384/Keccak512)hashscannerconfiguration section.hashscannersection.Just for clarification the database contains the following information of each file:
hash, the calculated checksum of the file at the moment of scan.timestamp, the time in millis (Unix Epoch) when the hash was analyzed.size, the size of the file when was analyzed.permissions, the permissions of the file at the moment of scan.path, the path of the analyzed file.The hash event will output the following information:
FIM will perform the following event trigger path:
Special thanks to: