Functions
diff(iterable)
Overview
Development
Deployment
- Configuration
- Authentication
- Provision
- Secret Manager
- Docker
- Kubernetes
- AWS ECS
- Specifications
Providers
- Overview
- Fingerprints
- Adding a New Provider
- Getting Started
- What is a Provider?
- Supported Providers
Workflows
Keep API
- GETRoot
- providers
- actions
- healthcheck
- topology
- alerts
- deduplications
- maintenance
- incidents
- settings
- workflows
- whoami
- pusher
- status
- rules
- preset
- enrichment
- auth
- metrics
- users
- groups
- mappings
- dashboard
- tags
Keep CLI
Functions
diff(iterable)
Input
An iterable.
Output
Opposite of all
- returns False if all items are identical, else True
Example
actions:
- name: trigger-slack
if: "keep.diff({{ steps.db-step.results }})"
provider:
type: slack
config: " {{ providers.slack-demo }} "
with:
message: "Items are equal"