evebox 0.13.0

A web based Suricata event manager
Documentation
<!doctype html>
<html>
<head>
  <link rel="icon" type="image/x-icon" href="favicon.ico">
  <meta charset="utf-8">
  <title>EveBox</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <!-- Check if this is still required... -->
  <style type="text/css" media="screen">
    #editor {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  </style>

</head>
<body>
<app-root></app-root>
</body>
</html>