Shares the functionality of tracing all events and user actions impacting a data entity throughout its lifecycle (from its creation to its disposal). It can be used to reproduce a certain state of a data entity at a certain moment in time.
Logging = To record details of information or events in an organized record-keeping system, usually sequenced in the order in which they occurred.
Based on ISACA
https://www.isaca.org
The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):
Graylog2 - open source log management platform
Graylog2 is an open source log management platform. Each message is saved in an Elasticsearch database and a web interface allows to manage and analyse the logs.
Graylog2 is divided into two parts: graylog2-server and graylog2-web-interface. The first is a Java application that accepts messages on different protocols: UDP, TCP, GELF, AMQP... Each message is analysed and saved in the Elasticsearch database. A Rest API is also integrated into the tool and is used in particular by the web-interface part. This allows to manage users, streams and dashboards.
Some possible uses:
• Centralization of the logs: several types of inputs: syslog, GELF, raw... Rather than having to connect to each of the servers to consult the error logs, they can be configured to send all the messages in Graylog2.
• Debug application
• Exception handling
• Log analysis
For example, it can easily list the clients who are still using the deprecated version of an API. Another search can e.g. allow you to list the largest consumers or the most used parts of an API.
Graylog Enterprise is built on top of the Graylog open source platform and offers additional features:
• Archiving: automatically archive the data that are not searched through very often. Store this data on more cost-effective, slower hard disks and make it available for search in Graylog only when needed.
• Audit Log: Graylog Enterprise also offers Audit Log capabilities. Audit Log records and stores actions taken by a user or administrator that make changes in the Graylog system.
https://www.graylog.org/
|
|
dct:type | eira:LoggingService |
dct:modified | 2023-05-25 |
eira:ID | ABB59 |
adms:status | deprecated |