cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RUM - Excluding Bots and Spiders.

Peter_Youssef
Champion

Pros:

  • Enables Dynatrace admin team, excluding the unwanted monitoring signals from bots and spiders.

It's configurable through:

  • The Settings UI and API as well.

Tip:

  • As a cluster admin or Dynatrace platform admin with the attached privileges you will be able to apply the required configurations on the monitored apps easily.

Peter_Youssef_0-1730202810749.png

  • You can access the monitored web applications either the current configured or to configure new Applications through any of the available options.

2024-10-29_15h54_14.png

OR

2024-10-29_15h54_55.png

(1)

2024-10-29_15h58_55.png

(2)

2024-10-29_16h00_54.png

(3)

2024-10-29_16h03_13.png

(4)

2024-10-29_16h04_53.png

(5)

2024-10-21_14h15_38.png

Via Rest API

2024-10-29_16h29_50.png

2024-10-29_16h30_48.png

Update

:pacman:--------------------------------------------------------------------------------------------------------------------:pacman:

curl 'https://abc.com/e/env_ID/api/v2/settings/objects' \
-X POST \
-H 'Accept: application/json; charset=utf-8' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'Authorization: Api-Token ACCESS_TOKEN' \
-d $'[{"schemaId":"builtin:rum.web.browser-exclusion","schemaVersion":"1.1.1","scope":"APPLICATION-ID","value":{"browserExclusionList":[{"browserName":"BOTS_AND_SPIDERS"},{"browserName":"BOTS_AND_SPIDERS"}],"browserExclusionInclude":true}}]'

Required token scope: 

  • settings.write 😉

:pacman:-----------------------------------------------------------------------------------------------------------:pacman:

Hoping it's valuable.

KR,

Peter.

:dynatrace_logo:

0 REPLIES 0

Featured Posts