Commit Graph

35 Commits

Author SHA1 Message Date
DastInDark
08c6dcfbff changed Event ID Statistics wording to Metrics #706 2022-09-25 10:37:06 +09:00
kazuminn
bef4d08033 remove ignore for race_condition test 2022-09-22 11:32:07 +09:00
DastInDark
576f34bcb0 fixed test input code and removed unused import 2022-09-07 10:28:48 +09:00
DastInDark
a3faa89d41 fixed test 2022-09-07 10:23:55 +09:00
DastInDark
26fe7dd2b2 changed channel convert from case-sensitive to insensitive #685 2022-09-07 10:22:36 +09:00
DastInDark
8f7c2d574b fixed custom config directory doesn't load #681
- channel_abbrevations.txt
- target_events_IDs.txt
- default_details.txt
- level_tuning.txt
- statistics_event_info.txt
2022-09-03 18:34:35 +09:00
DastInDark
fd653f24fc added count by rule titles variable 2022-08-21 02:28:38 +09:00
Fukusuke Takahashi
08185977cc fix race condition in insert_message. #639 (#660) 2022-08-13 19:56:30 +09:00
DastInDark
7cc0217cb1 cargo fmt 2022-08-08 10:09:37 +09:00
DastInDark
187192c5d8 To removed unnecessary all-tags option. 2022-08-08 03:24:22 +09:00
DastInDark
b07b4f6fb2 Revert "fixed profile reference wrong file ref"
This reverts commit bbd6c98616.
2022-08-07 01:02:18 +09:00
DastInDark
bbd6c98616 fixed profile reference wrong file ref 2022-08-07 00:56:47 +09:00
DastInDark
b58ddcdfe6 Renamed file name To be clearly output_tag.txt treat MitreTactics #637 2022-08-07 00:05:43 +09:00
DustInDark
922869fb15 fixed detection output order 2022-08-03 10:12:15 +09:00
DustInDark
d60ed0e62c fixed output format 2022-08-03 09:22:46 +09:00
DustInDark
e54acfe24a reverted %RecordInformation% 2022-08-01 20:14:54 +09:00
DustInDark
bd8ae3101e fixed level data when detected by aggregation rule 2022-08-01 19:38:11 +09:00
DustInDark
8f4eb848e3 merged variable and fixed to output csv in %RecordInformation% #165 2022-08-01 19:36:08 +09:00
DastInDark
be836d5040 fixed output error when exist difference column name and value #165 2022-07-31 14:13:51 +09:00
DastInDark
3ee8f6e68f removed comment outted unnecessary line 2022-07-30 00:54:11 +09:00
DastInDark
431b683bb3 removed unnecessary print function 2022-07-29 23:27:45 +09:00
DastInDark
3d16ffef7b removed unnecessary field in struct to reduce memory use 2022-07-29 23:26:08 +09:00
DastInDark
7d7e3362ca To save order of output csv column order #165 2022-07-29 10:53:04 +09:00
DastInDark
23257f798a cargo fmt 2022-07-29 10:35:45 +09:00
DastInDark
4d5414a4d7 removed unnecessary clone process #165 2022-07-29 10:34:42 +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
b22bf5d13f fixed initialize profile data 2022-07-25 02:36:01 +09:00
DastInDark
abf44f754f removed unnecessary clone process #165 2022-07-25 01:15:44 +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
830644acee due to be Merged hashbrown crate in std::collection::HashMap 2022-07-24 19:27:22 +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