falcosidekick-ui

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

README

Falcosidekick-ui

release last commit licence docker pulls falcosidekick-ui

falcosidekick-ui falcosidekick-ui

Description

A simple WebUI for displaying latest events from Falco. It works as output for Falcosidekick.

Usage

Options
  -a string
        Listen Address (default "0.0.0.0")
  -p int
        Listen Port (default 2802)
  -r int
        Number of events to keep in retention (default 200)
  -d bool
        Enable dark mode as default
Run with docker
docker run -d -p 2802:2802 falcosecurity/falcosidekick-ui 
Run
git clone https://github.com/falcosecurity/falcosidekick-ui.git
cd ./falcosidekick-ui

go run main.go
#or
make falcosidekick-ui && ./falcosidekick-ui

Endpoint

The UI is reachable by default at http://localhost:2802/ui.

Dark Mode

By default Falcosidekick UI uses the default light theme, you can change this behavior by using the -d flag. The default is also based on the settings of your browser, if it uses dark mod, Falcosidekick UI does too. Regardless of the default settings, the theme can be changed at any time in the UI itself.

falcosidekick-ui falcosidekick-ui

Development

Build
make falcosidekick-ui
Lint
make lint

Full lint:

make lint-full

Authors

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL