All Projects → WeibinMeng → Ft Tree

WeibinMeng / Ft Tree

IWQoS 2017: A toolkit for log template extraction

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ft Tree

wazuh-cloudformation
Wazuh - Amazon AWS Cloudformation
Stars: ✭ 32 (-73.98%)
Mutual labels:  log-analysis
Psad
psad: Intrusion Detection and Log Analysis with iptables
Stars: ✭ 298 (+142.28%)
Mutual labels:  log-analysis
Loglizer
A log analysis toolkit for automated anomaly detection [ISSRE'16]
Stars: ✭ 785 (+538.21%)
Mutual labels:  log-analysis
thinkphp gui tools
ThinkPHP 漏洞 综合利用工具, 图形化界面, 命令执行, 一键getshell, 批量检测, 日志遍历, session包含, 宝塔绕过
Stars: ✭ 190 (+54.47%)
Mutual labels:  log-analysis
Spell
Auto extract key in log files
Stars: ✭ 20 (-83.74%)
Mutual labels:  log-analysis
Lnav
Log file navigator
Stars: ✭ 4,032 (+3178.05%)
Mutual labels:  log-analysis
wazuh-ansible
Wazuh - Ansible playbook
Stars: ✭ 166 (+34.96%)
Mutual labels:  log-analysis
Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (-33.33%)
Mutual labels:  log-analysis
Awesome Log Analysis
A list of awesome research on log analysis, anomaly detection, fault localization, and AIOps
Stars: ✭ 289 (+134.96%)
Mutual labels:  log-analysis
Graylog2 Server
Free and open source log management
Stars: ✭ 5,952 (+4739.02%)
Mutual labels:  log-analysis
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (-79.67%)
Mutual labels:  log-analysis
nginx-log-analyzer
A lightweight (simplistic) log analyzer for Nginx.
Stars: ✭ 17 (-86.18%)
Mutual labels:  log-analysis
Loghub
A large collection of system log datasets for AI-powered log analytics
Stars: ✭ 551 (+347.97%)
Mutual labels:  log-analysis
siemstress
Very basic CLI SIEM (Security Information and Event Management system).
Stars: ✭ 24 (-80.49%)
Mutual labels:  log-analysis
Wazuh Chef
Wazuh - Chef cookbooks
Stars: ✭ 9 (-92.68%)
Mutual labels:  log-analysis
dw-query-digest
MySQL slow log analyzer. Alternative to pt-query-digest.
Stars: ✭ 36 (-70.73%)
Mutual labels:  log-analysis
Wazuh Ruleset
Wazuh - Ruleset
Stars: ✭ 305 (+147.97%)
Mutual labels:  log-analysis
Octopussy
Octopussy - Open Source Log Management Solution
Stars: ✭ 111 (-9.76%)
Mutual labels:  log-analysis
Dress
👗 Dress up your stdout
Stars: ✭ 55 (-55.28%)
Mutual labels:  log-analysis
Logparser
A toolkit for automated log parsing [ICSE'19, TDSC'18, DSN'16]
Stars: ✭ 620 (+404.07%)
Mutual labels:  log-analysis

Paper

Our paper is published on IEEE/ACM International Symposium on Quality of Service (IWQoS 2017,) and IEEE Access 2020. The information can be found here:

  • Shenglin Zhang, Weibin Meng, Jiahao Bu, Sen Yang, Ying Liu, Dan Pei, Jun(Jim) Xu, Yu Chen, Hui Dong, Xianping Qu, Lei Song. Syslog Processing for Switch Failure Diagnosis and Prediction in Datacenter Networks. Vilanova i la Geltrú, Barcelona, Spain, 14-16 June 2017.paper link
  • Shenglin Zhang, Ying Liu, Weibin Meng, Jiahao Bu, Sen Yang, Yongqian sun, Dan Pei, Jun Xu, Yuzhi Zhang, Lei Sone, Ming Zhang. Efficient and Robust Syslog Parsing for Network Devices in Datacenter Networks. paper link

Environment:

python3, pygraphviz (if draw tree)

Train:

  • python main_train.py -train_log_path training.log -out_seq_path output.seq -templates output.template
    • Parameters:
      • -train_log_path: rawlog path
      • -out_seq_path:template index file
      • -templates:template file

Match:

  • python main_match.py -templates ./output.template -logs training.log
    • Parameters:
      • -templates: template path
      • -logs:logs which need to match
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].