-
Notifications
You must be signed in to change notification settings - Fork 154
[Synthetics] Add proxy settings docs #3380
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
base: main
Are you sure you want to change the base?
Conversation
🔍 Preview links for changed docs |
* If you `push` a Synthetics project that’s already been pushed using one Synthetics project ID and then try to `push` it using a *different* ID, it will create duplicates of all monitors in the Synthetics project. | ||
|
||
`--proxy-uri` | ||
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To Kibana right? can we call that out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, good call 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small grammar things, but otherwise LGTM!
* If you `push` a Synthetics project that’s already been pushed using one Synthetics project ID and then try to `push` it using a *different* ID, it will create duplicates of all monitors in the Synthetics project. | ||
|
||
`--proxy-uri` | ||
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project Kibana's. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project Kibana's. | |
: The proxy URL to be used when connecting to Kibana on your deployment or Observability Serverless project. |
: API key used for [authentication](/deploy-manage/api-keys/elasticsearch-api-keys.md). | ||
|
||
`--proxy-uri` | ||
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project Kibana's. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project Kibana's. | |
: The proxy URL to be used when connecting to Kibana on your deployment or Observability Serverless project. |
This can also be set in the configuration file using [`proxy.uri` in the configuration file](/solutions/observability/synthetics/configure-projects.md#synthetics-configuration-proxy). The value defined via the CLI will take precedence. | ||
|
||
`--proxy-token` | ||
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` | |
: (Optional) The authentication token to be used when connecting to the proxy URL. Based on auth header format `Basic Asaaas==` |
This can also be set in the configuration file using [`proxy.uri` in the configuration file](/solutions/observability/synthetics/configure-projects.md#synthetics-configuration-proxy). The value defined via the CLI will take precedence. | ||
|
||
`--proxy-token` | ||
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` | |
: (Optional) The authentication token to be used when connecting to the proxy URL. Based on auth header format `Basic Asaaas==` |
: The Proxy URL to be used when connecting to the deployment or Observability Serverless project. | ||
|
||
`token` (`string`) | ||
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: (Optional) The authentication token to be used when connecting to the proxy url. Based in auth header format `Basic Asaaas==` | |
: (Optional) The authentication token to be used when connecting to the proxy URL. Based on auth header format `Basic Asaaas==` |
Summary
Add proxy settings to synthetics cli docs