Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 469 Bytes

File metadata and controls

23 lines (18 loc) · 469 Bytes

BigStats Setup - POLL (SCRAPER MODE)

This mode doesn't send the data anywhere. You have to fetch if with a HTTP GET to /mgmt/shared/bigstats_exporter

Example comnfigurations

destination:

POST https://{{mgmt_ip_address}}/mgmt/shared/bigstats_settings

{
    "config": {
        "destination": {
          "protocol": "poll"
        },
        "size": "small",
        "interval": 10,
        "enabled": true,
        "debug": false
      }
}