Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 798 Bytes

host.rst

File metadata and controls

18 lines (12 loc) · 798 Bytes

Host Visibility

More and more of our network traffic is encrypted these days and that's a good thing for privacy but it's somewhat of a blind spot for us as defenders. Host visibility can help fill in those blind spots. You can send host logs to Security Onion via your choice of either :ref:`elastic-agent` or :ref:`syslog`:

  • Choose :ref:`elastic-agent` for comprehensive telemetry if you can install an agent on the host.
  • Choose :ref:`syslog` if you can't install an agent but the device supports sending standard syslog. Examples include firewalls, switches, routers, and other network devices.

For Windows endpoints, you can optionally augment the standard Windows logging with :ref:`sysmon`.

.. toctree::
   :maxdepth: 2

   elastic-agent
   syslog
   sysmon