Skip to content

Instantly share code, notes, and snippets.

@justinkambic
Created February 9, 2021 18:43
Show Gist options
  • Save justinkambic/484cfc7d7c1faf230e8d141665a3ac2b to your computer and use it in GitHub Desktop.
Save justinkambic/484cfc7d7c1faf230e8d141665a3ac2b to your computer and use it in GitHub Desktop.
desired synthetics policy
// currently
- id: 90976344-cd1f-4f1c-8d96-efa2f8324738
name: synthetics-1
revision: 1
type: synthetics/http
use_output: default
meta:
package:
name: synthetics
version: 0.1.3
data_stream:
namespace: default
streams:
- id: synthetics/http-http-90976344-cd1f-4f1c-8d96-efa2f8324738
name: test
type: http
data_stream:
dataset: http
type: synthetics
urls: 'https://www.elastic.co'
schedule: '@every 10s'
// desired
- id: 90976344-cd1f-4f1c-8d96-efa2f8324738
name: test
urls: 'https://www.elastic.co'
schedule: '@every 10s'
revision: 1
type: synthetics/http
use_output: default
meta:
package:
name: synthetics
version: 0.1.3
data_stream:
namespace: default
streams:
- id: synthetics/http-http-90976344-cd1f-4f1c-8d96-efa2f8324738
type: http
data_stream:
dataset: http
type: synthetics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment