Create a ThousandEyes Page Load Test
For ThousandEyes to be able to stream data to Splunk, the data first needs to be collected by ThousandEyes. To achieve this, we need to create a ThousandEyes test. Refer to ThousandEyes documentation for test creation.
We are going to create a Page Load test that validates the availability of www.google.com.
Skip Test Creation if Already Created
In case you already have a Page Load test created, you can skip this step and use the existing test ID.
Use the ThousandEyes API through Bruno to create the test programmatically.
Create a Test via API
- Open the
Create ThousandEyes Page Load Testrequest in your Bruno collection - Click
Sendto execute the API request

Copy Test ID
- Copy the
testIdfrom the API response
Full description of the API request is available at ThousandEyes API Reference.
Use the ThousandEyes web interface to create the test.
Create a Test via UI
- Click on
Network & App Syntheticsin the left navigation bar - Select
Test Settingsfrom the dropdown menu - Click the
+ Add New Testbutton - Select
Page Loadfrom the test type options
- Configure Test Settings
Test Name: Enter a descriptive name (e.g., "Test")URL: Enterhttps://www.google.com- In the
Agentssection, select a Cloud Agent
- Click
Create New Test
Get Test ID
- After creating the test, click on the test name to view details
- In the URL bar, note the
Test IDnumber (e.g.,https://app.thousandeyes.com/network-app-synthetics/views/?testId=522030) - Copy this
Test IDfor use in Bruno variables
Save the Test ID in Bruno
- In Bruno, go to your collection
Variables - Find the
ThousandEyes_test_idvariable - Paste the test ID in the
Valuefield - Click
Save
