1. 05 Jun, 2025 1 commit
  2. 01 Jun, 2025 1 commit
    • qiuqunfeng's avatar
      Implement dynamic log level configuration and refactor Elasticsearch client creation · 5f22de38
      qiuqunfeng authored
      This update introduces the ability to set the log level dynamically based on the LOG_LEVEL environment variable, allowing for better control over logging verbosity. Additionally, the Elasticsearch client creation has been refactored to utilize configuration settings from a JSON file, enhancing the application's configurability. The previous LoadConfig function has been replaced with a more structured approach, and unnecessary code has been removed to streamline the log consumer service.
      5f22de38
  3. 28 Apr, 2025 1 commit
  4. 17 Apr, 2025 3 commits
    • qiuqunfeng's avatar
      debug · 5e152874
      qiuqunfeng authored
      5e152874
    • qiuqunfeng's avatar
      debug · b56b4505
      qiuqunfeng authored
      b56b4505
    • qiuqunfeng's avatar
      Add logging for RDB_PASSWORD in LoadConfig and create new WAF tables · b9c63b91
      qiuqunfeng authored
      This update adds a log statement to the LoadConfig function to output the RDB_PASSWORD for better visibility during configuration loading. Additionally, it introduces new SQL tables for `waf_listener_histories` and `waf_blackwhitelists`, enhancing the database schema to support WAF functionalities.# Please enter the commit message for your changes. Lines starting
      b9c63b91
  5. 16 Apr, 2025 2 commits
  6. 15 Apr, 2025 1 commit
  7. 03 Apr, 2025 1 commit
    • qiuqunfeng's avatar
      Add attack log counting to GetWaf method for current day · d00530ed
      qiuqunfeng authored
      This update introduces functionality to count attack logs for the current day within the GetWaf method. It utilizes a boolean query to filter logs based on the service ID and the attack time range, enhancing the WAF service's ability to track and report attack activity accurately.
      d00530ed
  8. 02 Apr, 2025 3 commits
  9. 01 Apr, 2025 4 commits
  10. 31 Mar, 2025 12 commits
  11. 30 Mar, 2025 7 commits
  12. 29 Mar, 2025 4 commits