Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synthetics] Mark secret variables !! #11507

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/synthetics/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.3"
changes:
- description: Added secret true to fields
type: enhancement
link: https://github.com/elastic/integrations/pull/11507
- version: "1.2.2"
changes:
- description: Added mappings for journey.duration fields
Expand Down
5 changes: 5 additions & 0 deletions packages/synthetics/data_stream/browser/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,28 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: source.project.content
type: text
title: Project monitor script
multi: false
required: false
show_user: true
secret: true
- name: params
type: yaml
title: Synthetics script params
multi: false
required: false
show_user: true
secret: true
- name: playwright_options
type: yaml
title: Synthetics playwright options
multi: false
required: false
show_user: true
secret: true
- name: screenshots
type: text
title: Synthetics screenshot options
Expand All @@ -109,6 +113,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: ignore_https_errors
type: bool
title: Adds an option to disable errors on invalid TLS certificates in heartbeat
Expand Down
7 changes: 7 additions & 0 deletions packages/synthetics/data_stream/http/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: tags
type: yaml
title: Tags
Expand All @@ -104,12 +105,14 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: password
type: password
title: Password
multi: false
required: false
show_user: true
secret: true
- name: response.include_headers
type: bool
title: Index response headers
Expand Down Expand Up @@ -182,24 +185,28 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: ssl.certificate
type: yaml
title: Certificate
multi: false
required: false
show_user: true
secret: true
- name: ssl.key
type: yaml
title: Certificate private key
multi: false
required: false
show_user: true
secret: true
- name: ssl.key_passphrase
type: text
title: Private key passphrase
multi: false
required: false
show_user: true
secret: true
- name: ssl.verification_mode
type: text
title: SSL Verification mode
Expand Down
4 changes: 4 additions & 0 deletions packages/synthetics/data_stream/tcp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,28 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: ssl.certificate
type: yaml
title: Certificate
multi: false
required: false
show_user: true
secret: true
- name: ssl.key
type: yaml
title: Certificate private key
multi: false
required: false
show_user: true
secret: true
- name: ssl.key_passphrase
type: text
title: Private key passphrase
multi: false
required: false
show_user: true
secret: true
- name: ssl.verification_mode
type: text
title: SSL Verification mode
Expand Down
2 changes: 1 addition & 1 deletion packages/synthetics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ format_version: 3.0.0
name: synthetics
title: Elastic Synthetics
description: Internal Elastic integration for providing access to private locations.
version: 1.2.2
version: 1.2.3
categories: ["observability"]
type: integration
source:
Expand Down