Commit Graph

166 Commits

Author SHA1 Message Date
DustInDark d60ed0e62c fixed output format 2022-08-03 09:22:46 +09:00
DustInDark 07b4b0cb18 reverted %EvtxFile% change from file path to file name 2022-08-01 19:44:33 +09:00
DustInDark bd8ae3101e fixed level data when detected by aggregation rule 2022-08-01 19:38:11 +09:00
DastInDark be836d5040 fixed output error when exist difference column name and value #165 2022-07-31 14:13:51 +09:00
DastInDark c36e4e8e6f fixed rulepath and evtxpath to adjust #625 change #165 2022-07-31 13:30:56 +09:00
DastInDark 3c5a629969 fixed record id condition 2022-07-31 13:03:25 +09:00
DastInDark 3ee8f6e68f removed comment outted unnecessary line 2022-07-30 00:54:11 +09:00
DastInDark 03a6861e6a merged tag_info processing 2022-07-29 23:27:17 +09:00
DastInDark 3d16ffef7b removed unnecessary field in struct to reduce memory use 2022-07-29 23:26:08 +09:00
DastInDark ef546e19eb to remove unnecessary % in csv output 2022-07-29 23:23:23 +09:00
DastInDark 23257f798a cargo fmt 2022-07-29 10:35:45 +09:00
DastInDark 2822dfa120 merged import 2022-07-29 10:35:11 +09:00
DastInDark d38ac0f273 reverted changed from hashbrown to std::collections 2022-07-29 10:33:47 +09:00
DastInDark 798214cb38 To speed up 2022-07-25 06:14:00 +09:00
DastInDark 2ac2ced9b6 removed full-data option due to can set by profile #165 2022-07-24 22:30:30 +09:00
DastInDark 42e6bf0296 changed import from hashbrown::HashMap to std::collections::HashMap due
to be merged hashbrown in std HashMap
2022-07-24 19:54:53 +09:00
DastInDark a7033c4289 cargo fmt 2022-07-24 19:39:00 +09:00
DastInDark ae6cc41489 Removed hide-record-id option due to adjusted output of recordID from profile 2022-07-24 19:37:15 +09:00
DastInDark 00293d9753 Changed channel abbreviation timing when messge is inserted 2022-07-24 19:35:29 +09:00
DastInDark b7264082e8 add: customize csv and display fmt from profile #165 2022-07-24 19:34:02 +09:00
DastInDark bed2656c5c cargo fmt 2022-07-19 22:22:49 +09:00
DastInDark cbf96a4743 removed unnecessary processing due to change rule path to rule file #623 2022-07-19 22:20:38 +09:00
DastInDark 591e7f18f1 changed rule path to rule file name #623 2022-07-19 22:19:58 +09:00
DastInDark 45f49682d5 fixed display relative path processing #623 2022-07-18 22:29:06 +09:00
DastInDark b97de6b588 revert file path display relative path #623 2022-07-18 21:55:04 +09:00
DastInDark ea63251a4b cargo fmt 2022-07-18 00:15:10 +09:00
DastInDark 115f8a0632 adjusted relative rule path omit to evtx file column #623 2022-07-18 00:13:47 +09:00
DastInDark 1fba668b23 removed comment 2022-07-17 21:40:27 +09:00
DastInDark 67018ba8c8 changed optimized output when rule option value is relative path #623 2022-07-17 20:25:18 +09:00
kazuminn bb6717f7cc Feature/improve parallel processing (#622)
* WIP until imple debug trait for dashmap

* change filename print.rs to message.rs

* implement debug for DashMap but member is private. So I cannot Implemented.

* I deleted debug for DashMap

* sorted datetime of dashmap

* delete the unnessesary comment
2022-07-14 12:33:58 +09:00
DastInDark b10ffa07d8 cargo fmt 2022-06-29 22:18:16 +09:00
DastInDark 8bf5752cc7 mv: full-data option check #606 2022-06-29 22:15:35 +09:00
DastInDark 742465164a Add: default output when no details are defined #606 2022-06-29 20:36:44 +09:00
DustInDark 68276292bc to remove unnecessary newline in display output 2022-06-26 00:21:07 +09:00
DustInDark 5d9782f971 fixed clippy error 2022-06-24 23:06:23 +09:00
DustInDark 4da7b17784 changed hidden rule count output when excluded and noisy and rule parsing error count 0 2022-06-24 23:02:24 +09:00
DustInDark 3053a3579a fixed noisy disable flag and rule parse errors output position 2022-06-24 22:57:59 +09:00
DustInDark 63e3dc2b34 cargo fmt 2022-06-24 22:39:39 +09:00
DustInDark 2a827d34ca changed noisy and excluded rule output and output condition #596 2022-06-24 22:38:24 +09:00
DustInDark 59c88c963f fixed Provide Name suffix #359 2022-06-20 18:21:14 +09:00
DustInDark 4b2c047f95 fixed ProviderName typo #359 2022-06-20 13:55:09 +09:00
DustInDark 7ca66e1d87 fixed referecne proveider name filed #359 2022-06-20 13:46:28 +09:00
DustInDark 4917b988a2 cargo fmt 2022-06-19 22:54:57 +09:00
DustInDark 9ce6580797 add default details #359 2022-06-19 22:53:41 +09:00
DustInDark 5396f785a6 cargo fmt 2022-06-16 21:05:23 +09:00
DustInDark c043dede83 fixed error 2022-06-16 19:03:34 +09:00
DustInDark a09768b711 fixed clippy error 2022-06-16 19:00:42 +09:00
DustInDark 3bcdc6208f fixed clippy error 2022-06-16 18:23:16 +09:00
DustInDark 91a781ffa2 changed way of getting arg due to clap derive 2022-06-16 17:40:58 +09:00
DustInDark d37c6b1866 Merge branch 'main' into 583-enhancement-output-processing-rules-msg-and-rule-status-metrics 2022-06-11 15:29:14 +09:00