Skip to content

logBee is a logging, exceptions tracking and Application Performance Monitoring server. Can be installed on-premises.

Notifications You must be signed in to change notification settings

catalingavan/logBee-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logBee

logBee is a logging aggregator, exceptions tracking and Application Performance Monitoring server.
It provides an intuitive user-interface, allowing developers to access the information and other useful metrics in real-time.

The application can be used online, can be installed locally or it can run as a Docker container.

Technology

  • Built on .NET8
  • Working on Windows, Linux and Docker
  • Uses MongoDB 6.0 or Azure Cosmos DB (when hosted on Microsoft Azure)

Artifacts

logBee artifacts can be downloaded from here:
https://github.com/logBee-net/logBee-app/releases

Installation and configuration guide can be found here:
https://logBee.net/Docs/on-premises.index.html

Latest versions

logBee.Frontend-v1.1.0

logBee.Backend-v1.1.0

docker pull catalingavan/logbee.frontend:1.1.0
docker pull catalingavan/logbee.backend:1.1.0

Integrations

.NET

REST

You can create logs by consuming the REST endpoint provided by logBee.

POST http://localhost:44088/request-logs
{
  "organizationId": "_OrganizationId_",
  "applicationId": "_ApplicationId_",
  "startedAt": "2024-03-11T14:36:31.108Z",
  "durationInMilliseconds": 41,
  "httpProperties": {
    "absoluteUri": "http://localhost/catalog/createProduct?locale=en",
    "method": "POST",
    "response": {
      "statusCode": 200
    }
  },
  "logs": [
    {
      "logLevel": "Information",
      "message": "Creating product..."
    }
  ]
}

User interface

User interface

About

logBee is a logging, exceptions tracking and Application Performance Monitoring server. Can be installed on-premises.

Resources

Stars

Watchers

Forks

Packages

No packages published