Audits and Observables
Overview of how Grey Matter handles audits and observables.
Last updated
Was this helpful?
Overview of how Grey Matter handles audits and observables.
Last updated
Was this helpful?
Grey Matter Fabric helps you visualize and analyze audit data. As long as you deploy the with a service, the Sidecar will send metrics and audit data to Fabric.
Key Definition
Audits are a security-relevant event within Grey Matter. An audit event, or simply event, can be any of the following:
Change to the security state of the system
Attempted or actual violation of the system access control or accountability security policies
Both
An audit event report includes the following information:
Name of the event
Success or failure of the event
Additional event-specific information that is related to security auditing
The Grey Matter Sidecar emits audit data to a Kafka topic for easy observability.
If Fabric is set up with an Edge, it pulls audit data from the PKI certificate, the IP address of the originating request, etc.
This audit data--also called events or observables--allows for detailed event auditing of ingress and egress traffic, and process resource use.
Learn more about the process and capabilities of the Grey Matter Sidecar here.
Learn how to set up an observables filter here.
Learn how to use Grey Matter to visualize observables here.
Grey Matter does not index audit events directly into Elasticsearch. Instead, Grey Matter contains a Kafka consumer that reads Kafka observables. This consumer transforms and indexes them to use with Elasticsearch.
Kibana is an open source Elasticsearch plugin that takes observables from Grey Matter and visualizes them in a graphical dashboard.
Kibana simplifies the creation of visualizations to explore, search, view, and interact with audit data stored in Elasticsearch indices. Kibana helps you analyze and visualize individual events and trends such as:
Total requests
Number of requests by individual users
Geographic locations of requests made in Fabric
What individual users are doing
Timing of user requests
What user are looking at
userDNs (Authenticated user names)
Geographic location of IP addresses
Requests per hour by user
Response codes
Paths
Service vs. userDN
Services
Response bodies
User agents
To enable audits to be ingested into Elasticsearch with Kibana, follow these steps:
The following observable information was captured from a user accessing an event through a Sidecar operating within Grey Matter Fabric:
: this guide helps you gather observables.
: this guide helps visualize observables.
While the Grey Matter Sidecar does not support direct emission of events into Splunk, you can create or modify a consumer to provide that capability.
Create an account at to reach our team.