Socket
Socket
Sign inDemoInstall

github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer/hostobserver

Package Overview
Dependencies
57
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer/hostobserver


Version published

Readme

Source

Host Observer Extension

Status
Stabilitybeta
Distributionscontrib, splunk, sumo
IssuesOpen issues Closed issues
Code Owners@MovieStoreGuy

The host_observer looks at the current host for listening network endpoints.

It will look for all listening sockets on TCP and UDP over IPv4 and IPv6.

It uses the /proc filesystem and requires the SYS_PTRACE and DAC_READ_SEARCH capabilities so that it can determine what processes own the listening sockets.

Configuration

refresh_interval

Determines how often to look for changes in endpoints.

default: 10s

Endpoint Variables

Endpoint variables exposed by this observer are as follows.

VariableDescription
type"port"
namename of the process associated to the port
portport number
commandfull command used to invoke this process, including the executable itself at the beginning
is_ipv6true if the endpoint is IPv6
transport"TCP" or "UDP"

FAQs

Last updated on 24 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc