Construct customized observability options
Cisco Observability Platform (COP) allows builders to construct customized observability options to achieve beneficial insights throughout their know-how and enterprise stack. Whereas storage and question of Metric, Occasion, Log, and Hint (MELT) knowledge is a key platform functionality, the Information Retailer (KS) allows options to outline and handle domain-specific enterprise knowledge. This can be a key enabler of differentiated options. For instance, an answer could use Well being Guidelines and FMM entity modeling to detect community intrusions. Utilizing the Information Retailer, the answer may deliver an idea similar to “Investigation” to the platform, permitting its customers to create and handle the whole lifecycle of a community intrusion investigation from creation to remediation.
On this weblog publish we’ll educate the nuts and bolts of including a data mannequin to a Cisco Observability Platform (COP) resolution, utilizing the instance of a community safety investigation. This weblog publish will make frequent use of the FSOC command to supply hands-on examples. If you’re not aware of FSOC, you may assessment its readme.
First, let’s rapidly assessment the COP structure to grasp the place the Information Retailer matches in. The Information Retailer is the distributed “mind” of the platform. The data retailer is a sophisticated JSON doc retailer that helps solution-defined Sorts and cross-object references. Within the diagram beneath, the Information Retailer is proven “linked” by arrows to different elements of the platform. It’s because all elements of the platform retailer their configurations within the data retailer. The Information Retailer has no ‘built-in’ Sorts for these elements. As a substitute, every element of the platform makes use of a system resolution to outline data varieties defining their very own configurations. On this sense, even inner elements of the platform are options that rely on the Information Retailer. For that reason, the Information Retailer is essentially the most important element of the platform that completely nothing else can perform with out.

So as to add a extra detailed understanding of the Information Retailer we are able to perceive it as a database that has layers. The SOLUTION layer is replicated globally throughout Cells. This makes the SOLUTION layer appropriate for comparatively small items of data that have to be shared globally. Any objects positioned inside an answer package deal should be made obtainable to subscribers in all cells, due to this fact they’re positioned within the replicated SOLUTION layer.

Get a step-by-step information
From this level we’ll change to a hands-on mode and invite you to ‘git clone git@github.com:geoffhendrey/cop-examples.git’. After cloning the repo, check out https://github.com/geoffhendrey/cop-examples/blob/essential/instance/knowledge-store-investigation/README.md which gives an in depth step-by-step information on easy methods to outline a community intrusion Sort within the JSON retailer and easy methods to populate it with a set of default values for an investigation. Proven beneath is an instance of a malware investigation that may be saved within the data retailer.

The vital factor to grasp is that previous to the creation of the ‘investigation’ sort, which is taught within the git repo above, the platform had no idea of an investigation. Subsequently, data modeling is a foundational functionality, permitting options to increase the platform. As you may see from the instance investigation beneath, an answer could deliver the potential to report, examine, remediate, and shut a malware incident.
Should you cloned the git repo and adopted together with the README, you then already know the important thing factors taught by the ‘investigation’ instance:
- The data retailer is a JSON doc retailer
- An answer package deal can outline a Sort, which is akin to including a desk to a database
- A Sort should specify a JSON schema for its allowed content material
- A Sort should additionally specify which doc fields uniquely establish paperwork/objects within the retailer
- An answer could embody objects, which can be of a Sort outlined within the resolution, or which had been outlined by some totally different resolution
- Objects included in a Answer are replicated globally throughout all cells within the Cisco Observability Platform.
- An answer together with Sorts and Objects may be printed with the fsoc command line utility
Present worth and context on prime of MELT knowledge
Cisco Observability Platform allows resolution builders to deliver highly effective, area particular data fashions to the platform. Information fashions permit options to supply worth and context on prime of MELT knowledge. This functionality is exclusive to COP. Search for future blogs the place we’ll discover easy methods to entry objects at runtime, utilizing fsoc, and the underlying REST APIs. We may also discover superior matters similar to easy methods to generate data objects primarily based on workflows that may be triggered by platform well being guidelines, or triggers inside the information ingestion pipeline.
Discover associated sources
Study extra about Cisco Full-Stack Observability and discover developer sources for:
- Infrastructure Monitoring
- Utility Monitoring
- Utility Safety
- Digital Expertise Monitoring
Share: