Cerebro (Github Repo) is a Web UI to examine ELK cluster state as well as issuing REST API calls, similiar to Kibana but it is more straightforward through UIs.
Post related: Using Cerebro as Web UI to manage an ELK cluster
For example, I deploy one cerebro instance on dev cluster and port forward the cerebro service port to my bastion local:
1 |
|
Then executing port forward:
1 | # cerebro-deployment-xxxx is the pod name |
Then accessing cerebro web UI from the browser by localhost:9123
.
There are other forward formats, for example:
1 |
|
1 | # 9123: local port |