Examples
📄️ Examples of alert rule creation - advanced way
The advanced method of creating a Rule is to design it from scratch. In our example, we will create a rule named Virus Outbreak to detect malware spreading. Detection of such a case can be realized by detecting the communication of one workstation with many others in a short period of time. So let's proceed to create such a rule from scratch.
📄️ Example of Collector creation
Collector is a type of database (data stream) for which we can configure a process that periodically queries for specific data. The data acquired by the process feeds the Collector database. Collector data can be used in two ways:
📄️ Example of field creation - bytes field
Creating a new field is nothing more than mathematical operations on one or more fields in a single row of the database and saving the result under the new field name.
📄️ Example of advanced field creation - use of mapper - Application Name
Creating a new field is nothing more than mathematical operations on one or more fields in a single row of the database and saving the result under the new field name.
📄️ Example of Metric creation - advanced metric - use function option
A Metric is a function that aggregates a given field and is used in Widgets and Alerts. Defining Metrics makes our work easier we can use them multiple times in different places in the system, for example, when creating a Dashboard composed of several Widgets that use the same Metric. Then, instead of creating the same Metric several times, you define the Metric once in metrics menu and just select it in Widgets without having to create and format it again.
📄️ Example of Metric creation - simple metric
A Metric is a function that aggregates a given field and is used in Widgets and Alerts. Defining Metrics makes our work easier we can use them multiple times in different places in the system, for example, when creating a Dashboard composed of several Widgets that use the same Metric. Then, instead of creating the same Metric several times, you define the Metric once in metrics menu and just select it in Widgets without having to create and format it again.
📄️ Examples of rule creation - simple way
A simple method of a rule creation existing templates to design custom rules.
🗃️ Widgets Examples
2 items