https://github.com/diamondlightsource/logpanel
Graylog frontend that displays aggregated, streaming logs for multiple services
https://github.com/diamondlightsource/logpanel
Last synced: 3 months ago
JSON representation
Graylog frontend that displays aggregated, streaming logs for multiple services
- Host: GitHub
- URL: https://github.com/diamondlightsource/logpanel
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2024-02-22T11:15:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:47:36.000Z (7 months ago)
- Last Synced: 2024-10-29T13:24:41.005Z (7 months ago)
- Language: TypeScript
- Size: 3.18 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logpanel

| Source Code | https://github.com/DiamondLightSource/logpanel |
| ----------- | ---------------------------------------------- |Frontend Logpanel, similar to the GDA Logpanel, that aggregates logs in the from the Graylog Server
## Development
Further Developing the Code requires both npm and yarn to be installed:
yarn install
yarn build
To test code and host server on localhost:
yarn dev
## Deployment at DLS
To deploy, [make a release](https://github.com/DiamondLightSource/logpanel/releases/new), create a tag using [semantic versioning](https://semver.org/). After the release is complete, make a PR updating the `appVersion` in the [Helm Chart](https://github.com/DiamondLightSource/logpanel/blob/main/helm/logpanel/Chart.yaml) to your new version. Once that PR is merged the new deployment will be automatically synced and available at https://logpanel.diamond.ac.uk.