- Get Started with Threat Detection Management
- Analytics Rules
- Analytics Rule Classifications
- Create an Analytics Rule
- 1. Define the analytics rule
- 2. Import the analytics rule
- 3. Enable the analytics rule
- 4. Apply the analytics rule to your environment
- factFeature Analytics Rule JSON Configuration
- profiledFeature Analytics Rule JSON Configurationh
- contextFeature Analytics Rule JSON Configuration
- numericCountProfiledFeature Analytics Rule JSON Configuration
- numericDistinctCountProfiledFeature Analytics Rule JSON Configuration
- numericSumProfiledFeature Analytics Rule JSON Configuration
- Manage Analytics Rules
- Tune Analytics Rules
- Share Analytics Rules
- Troubleshoot Analytics Rules
- Analytics Rules Syntax
- Advanced Analytics Rule Syntax vs. Analytics Rule Syntax
- Logical Expressions in Analytics Rule Syntax
- String Operations Using Analytics Rule Syntax
- Integer Operations Using Analytics Rule Syntax
- Time Operations Using Analytics Rule Syntax
- Network Operations Using Analytics Rule Syntax
- Context Operations Using Analytics Rule Syntax
- Entity Operations Using Analytics Rule Syntax
- Correlation Rule Operations Using Analytics Rule Syntax
- Monitor the Analytics Engine
- Correlation Rules
- Threat Scoring
Integer Operations Using Analytics Rule Syntax
Perform mathematical calculations and other operations involving integers using analytics rule syntax.
Function | Description | Returned Value | Examples |
---|---|---|---|
| Cast operation that converts the value of | Integer |
|
|
Adds numerical arguments | Integer |
|
| Subtracts | Integer |
|
| Multiplies numerical arguments An alternative form of | Integer |
|
| Multiplies numerical arguments An alternative form of | Integer |
|
|
Divides An alternative form of | Integer |
|
|
Divides An alternative form of | Integer |
|
| Raises An alternative form of | Integer |
|
| Raises An alternative form of | Integer |
|
|
Rounds | Integer |
|
|
Rounds | Integer |
|
| Rounds | Integer |
|
| Evaluates the maximum of all arguments | Integer |
|
| Evaluates the minimum of all arguments | Integer |
|
| Converts a string of a hexadecimal number into its integer equivalent. Supports 'fff' or '0xfff' formats. | Integer |
|