- 重要な情報
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
You can access, search, and manage all of your tests on the Synthetic Tests page.
By using facets, you can accomplish the following actions:
The Synthetics Filters panel on the left lists default facets you can use to search for your tests.
The default facets include the following:
Facet | Description |
---|---|
Type | The type of Synthetic test: browser , api , api-multi , api-websocket , api-ssl , api-dns , api-tcp , api-udp , api-icmp , or api-grpc . |
Status | The Synthetic test status: OK , Alert , or No Data . |
Creator | The creator of the Synthetic test. |
Region | The managed and private locations the Synthetic test is running from. |
State | The state of the Synthetic test: live or paused . |
Notification | The handle used by the Synthetic test for notifications. |
Env | The environment the Synthetic test is running on. |
CI/CD Execution Rule | The status of the test run: Blocking , Non-blocking , or Skipped . |
The Tags panel below Synthetic Filters lists several default tags you can use to identify your tests.
The default tags include the following:
Tag | Description |
---|---|
Team | The team responsible for responding to the Synthetic test. |
Tag | The tag assigned to the Synthetic test. |
Service | The service the Synthetic test is running on. |
Private Locations | Whether or not private locations are enabled: true or false . |
For more information, see Using Tags.
Search for tests by clicking on the facets to the left or by writing your own custom query in the search bar. As you edit the query, your search results update in real time.
When you select and deselect facets, the search bar automatically reflects your changes. Similarly, you can modify the search bar query or write a query from scratch in the search bar to select and deselect the facets on the left.
type:api
. To add another value of the same facet to your search, click on an additional value’s checkbox. You can also add the additional value with an OR
Boolean operator and wrap the values using quotes and parentheses. For example, type:("api" OR "api-ssl")
.type:api region:aws:us-east-2
. You can also mix facets and text. For example, checkout type:browser
. Although invisible, the AND
Boolean operator is applied when searching on multiple terms.message:testcontent
.-
to exclude it from the search query. For example, -state:paused
.*
). For example, valid*
.To search on a type of Synthetics test, select the test type under the Type facet.
Manage your Synthetic tests in bulk by selecting one or more tests on the Synthetic Tests page and clicking Edit Tags, Run Tests Now, or Delete.
Hovering over a test populates option icons on the right such as Pause
, Run Test Now
, Edit
, Clone
, and Delete
. The Edit Recording
option is available for browser tests.
Creating, adding, and deleting Synthetic tests, global variables, and private locations generates events in the Events Explorer. Events describe changes that occurred and display the users who performed the changes.
Find all Synthetics-related changes by searching for your test monitors’ alerts in the search bar, or by selecting an event type under the Event template variable. For example, Event Type:synthetics_alert
.