Use resilience probe
Steps to define and use a HTTP probe in the UI
This topic describes the steps you can follow to create and use a resilience probe in your chaos experiment.
Before you begin, review the following
Go to probe overview to understand about probes.
Go to chaos faults to understand the application of resilience probes.
Prerequisite
Permissions to edit a chaos experiment.
Create a Resilience Probe from UI
Select the Chaos module and navigate to Resilience probes. Click New probe.

navigate Select the desired infrastructure (Kubernetes or Linux) and the probe type.

select Based on the probe type you choose, the fields will vary. You can find details about every probe in their respective documentation ((Command, Datadog, Dynatrace, HTTP, Kubernetes, Prometheus, and SLO)). After entering the details, click Configure properties. Enter further details and click Configure details.

configure Enter URL, authorization type, and click Setup Probe. Click Confirm when the screen prompts you to confirm creating the probe with specified details.

setup
Edit a Resilience Probe
You can edit a resilience probe by navigating to the probe you wish to edit. Click the three vertical dot menu to the extreme right of the probe, and choose Edit probe. Modify the properties you wish to, and click Save.

When you want to enter the probe name in the manifest (manually) as a probeRef annotation, follow the below format:
Here, ID is the unique ID of your probe.
This step is not required if you use the user interface.
Enable a Probe
Go to Chaos module, select Resilience Probes and select the : icon of the probe to enable. Select Enable.

enable Click Confirm.

confirm enable Choose between Bulk Enable and Enable Only. If you choose Bulk Enable, this option modifies the entire manifest and references to the probe. If you choose Enable Only, it enables the probe functionality without affecting the manifest.

bulk or no
Use a Resilience Probe
Go to the chaos experiment for wish you wish to set up probe/s. Move to probes tab and click +Select or Add new probes.

nav You can choose to create a new probe or add a probe that you created earlier.

create new Once you select a probe, click Add to Fault to associate the resilience probe with a chaos fault.

add to fault Click Apply changes or continue to add or create probes based on your requirement.

add more
Add Probes to ChaosHub
Adding probes to ChaosHub helps you to templatize the resilience probe. With this, you can import the probes directly from ChaosHub and reference it in a chaos experiment.
To add a resilience probe to ChaosHub, go to Resilience Probes tab. Go to the resilience probe that you want to add to ChaosHub and click the : button. Click Push to ChaosHub.

add to hub Choose the ChaosHub to which you want to add the probe, and click Apply. Click Save.
Disable a Probe
You can follow the steps similar to that as Enable a Probe, except that you select the Disable option. You can delete a probe only after you disable it.
Last updated
Was this helpful?