diff --git a/_partials/_cloud-connect-service.md b/_partials/_cloud-connect-service.md index b5be5d3032..853d08dbce 100644 --- a/_partials/_cloud-connect-service.md +++ b/_partials/_cloud-connect-service.md @@ -6,7 +6,7 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`. - ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png) + ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-services-view.png) 1. **Connect to your $SERVICE_SHORT** @@ -48,7 +48,7 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre 1. Click `SQL editor`. - ![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png) + ![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor-empty.png) 1. Run a test query: diff --git a/_partials/_high-availability-setup.md b/_partials/_high-availability-setup.md index a2dfe7166c..09afb7598e 100644 --- a/_partials/_high-availability-setup.md +++ b/_partials/_high-availability-setup.md @@ -4,7 +4,7 @@ 1. Click `Operations`, then select `High availability`. 1. Choose your replication strategy, then click `Change configuration`. - ![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ha-replicas.png) + ![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ha-replicas.png) 1. In `Change high availability configuration`, click `Change config`. diff --git a/_partials/_livesync-console.md b/_partials/_livesync-console.md index c09fe7c865..ed58b04dff 100644 --- a/_partials/_livesync-console.md +++ b/_partials/_livesync-console.md @@ -78,7 +78,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Connect the source database and the target $SERVICE_SHORT** - ![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-wizard-tiger-console.png) + ![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-on-azure/pg-connector-wizard-tiger-console.png) 1. Click `Connectors` > `PostgreSQL`. 1. Set the name for the new connector by clicking the pencil icon. @@ -88,7 +88,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Optimize the data to synchronize in $HYPERTABLEs** - ![Postgres connector start](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-start-tiger-console.png) + ![Postgres connector start](https://assets.timescale.com/docs/images/tiger-on-azure/pg-connector-start-tiger-console.png) 1. In the `Select table` dropdown, select the tables to sync. 1. Click `Select tables +` . @@ -100,7 +100,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Monitor synchronization** - ![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) + ![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png) 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. @@ -108,7 +108,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE: 1. **Manage the connector** - ![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-cloud-console/edit-pg-connector-tiger-console.png) + ![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-on-azure/edit-pg-connector-tiger-console.png) 1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. You can rename the connector, delete or add new tables for syncing. diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index 06f1519296..ad92cdcbd5 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -52,11 +52,11 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select the exporter in the drop-down, then click `Attach exporter`. - ![Attach a Prometheus exporter to a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-console.png) + ![Attach a Prometheus exporter to a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-on-azure/attach-prometheus-exporter-tiger-console.png) The exporter is now attached to your $SERVICE_SHORT. To unattach it, click the trash icon in the exporter list. - ![Unattach a Prometheus exporter from a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-console.png) + ![Unattach a Prometheus exporter from a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-on-azure/unattach-prometheus-exporter-tiger-console.png) 1. **Configure the Prometheus scrape target** diff --git a/_partials/_service-overview.md b/_partials/_service-overview.md index f1dcd41f04..f21c353256 100644 --- a/_partials/_service-overview.md +++ b/_partials/_service-overview.md @@ -7,5 +7,5 @@ You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the | ![$CONSOLE $OPS_MODE][ops-mode] | ![$CONSOLE $DATA_MODE][data-mode] | | **You use the $OPS_MODE to:** | **Powered by $POPSQL, you use the $DATA_MODE to:** | -[ops-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png +[ops-mode]: https://assets.timescale.com/docs/images/tiger-on-azure/ops-mode-overview-tiger-console.png [data-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode.png \ No newline at end of file diff --git a/getting-started/run-queries-from-console.md b/getting-started/run-queries-from-console.md index d7623814d3..bdbee2e8c2 100644 --- a/getting-started/run-queries-from-console.md +++ b/getting-started/run-queries-from-console.md @@ -57,7 +57,7 @@ To connect to a $SERVICE_SHORT: In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`: - ![Check $SERVICE_LONG is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png) + ![Check $SERVICE_LONG is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-services-view.png) 1. **Connect to your $SERVICE_SHORT** @@ -213,7 +213,7 @@ $SQL_ASSISTANT_SHORT settings are: $SQL_EDITOR is an integrated secure UI that you use to run queries and see the results for a $SERVICE_LONG. -![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png) +![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor.png) To enable or disable $SQL_EDITOR in your $SERVICE_SHORT, click `Operations` > `Service management`, then update the setting for $SQL_EDITOR. @@ -226,13 +226,13 @@ To use $SQL_EDITOR: In the [$OPS_MODE][portal-ops-mode] in $CONSOLE, select a $SERVICE_SHORT, then click `SQL editor`. - ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor-empty.png) + ![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor-empty.png) 1. **Run a test query** Type `SELECT CURRENT_DATE;` in the UI and click `Run`. The results appear in the lower window: - ![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-a-query-in-tiger-ops-mode-sql-editor.png) + ![Run a simple query](https://assets.timescale.com/docs/images/tiger-on-azure/run-a-query-in-tiger-ops-mode-sql-editor.png) diff --git a/getting-started/try-key-features-timescale-products.md b/getting-started/try-key-features-timescale-products.md index 09acb528a0..13151c0b03 100644 --- a/getting-started/try-key-features-timescale-products.md +++ b/getting-started/try-key-features-timescale-products.md @@ -211,7 +211,7 @@ For example, yesterday's market data. 90%. This helps you save on storage costs and keeps your queries operating at lightning speed. To see the amount of space saved, click `Explorer` > `public` > `crypto_ticks`. - ![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-columstore-data-savings.png ) + ![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-columstore-data-savings.png ) @@ -360,7 +360,7 @@ To set up data tiering: 1. In `Explorer`, click `Storage configuration` > `Tiering storage`, then click `Enable tiered storage`. - ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-console.png) + ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-on-azure/enable-tiered-storage-tiger-console.png) When tiered storage is enabled, you see the amount of data in the tiered object storage. diff --git a/integrations/find-connection-details.md b/integrations/find-connection-details.md index b92685f636..eccfbd5f4e 100644 --- a/integrations/find-connection-details.md +++ b/integrations/find-connection-details.md @@ -44,12 +44,12 @@ To retrieve the connection details for your $PROJECT_LONG and $SERVICE_LONG: 1. **Retrieve your project ID**: In [$CONSOLE][console-services], click your project name in the upper left corner, then click `Copy` next to the project ID. - ![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-project-id.png) + ![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-project-id.png) 1. **Retrieve your service ID**: Click the dots next to the service, then click `Copy` next to the service ID. - ![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-id.png) + ![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-id.png) diff --git a/migrate/livesync-for-postgresql.md b/migrate/livesync-for-postgresql.md index 2a4d4c9331..844ecdf767 100644 --- a/migrate/livesync-for-postgresql.md +++ b/migrate/livesync-for-postgresql.md @@ -20,7 +20,7 @@ $SERVICE_SHORT, in real time. You run the connector continuously, turning $PG in $SERVICE_SHORT as a logical replica. This enables you to leverage $CLOUD_LONG’s real-time analytics capabilities on your replica data. -![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) +![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png) The $PG_CONNECTOR in $CLOUD_LONG leverages the well-established $PG logical replication protocol. By relying on this protocol, $CLOUD_LONG ensures compatibility, familiarity, and a broader knowledge base—making it easier for you to adopt the connector diff --git a/migrate/livesync-for-s3.md b/migrate/livesync-for-s3.md index 42406175ce..4997904fba 100644 --- a/migrate/livesync-for-s3.md +++ b/migrate/livesync-for-s3.md @@ -14,7 +14,7 @@ import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx"; You use the $S3_CONNECTOR in $CLOUD_LONG to synchronize CSV and Parquet files from an S3 bucket to your $SERVICE_LONG in real time. The connector runs continuously, enabling you to leverage $CLOUD_LONG as your analytics database with data constantly synced from S3. This lets you take full advantage of $CLOUD_LONG's real-time analytics capabilities without having to develop or manage custom ETL solutions between S3 and $CLOUD_LONG. -![$CLOUD_LONG overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) +![$CLOUD_LONG overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png) You can use the $S3_CONNECTOR to synchronize your existing and new data. Here's what the connector can do: @@ -100,7 +100,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. **Connect the source S3 bucket to the target $SERVICE_SHORT** - ![Connect $CLOUD_LONG to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-console.png) + ![Connect $CLOUD_LONG to S3 bucket](https://assets.timescale.com/docs/images/tiger-on-azure/s3-connector-tiger-console.png) 1. Click `Connectors` > `Amazon S3`. 1. Click the pencil icon, then set the name for the new connector. @@ -137,18 +137,18 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE: 1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated. - ![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png) + ![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png) 1. To view file import statistics and logs, click `Connectors` > `Source connectors`, then select the name of your connector in the table. - ![S3 connector stats](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-import-stats.png) + ![S3 connector stats](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-s3-connector-import-stats.png) 1. **Manage the connector** 1. To pause the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Pause`. - ![Edit S3 connector](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-pause.png) + ![Edit S3 connector](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-s3-connector-pause.png) 1. To edit the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Edit` and scroll down to `Modify your Connector`. You must pause the connector before editing it. diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index 693c389155..aa4c3fda6b 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -43,7 +43,7 @@ You enable cross-region backup when you create a $SERVICE_SHORT, or configure it 1. In `Cross-region backup`, select the region in the dropdown and click `Enable backup`. - ![Create cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/create-cross-region-backup-in-tiger-console.png) + ![Create cross-region backup](https://assets.timescale.com/docs/images/tiger-on-azure/create-cross-region-backup-in-tiger-console.png) You can now see the backup, its region, and creation date in a list. @@ -57,7 +57,7 @@ You can have one cross-region backup per $SERVICE_SHORT. To change the region of 1. Click the trash icon next to the existing backup to disable it. - ![Disable cross-region backup](https://assets.timescale.com/docs/images/tiger-cloud-console/cross-region-backup-list-in-tiger-console.png) + ![Disable cross-region backup](https://assets.timescale.com/docs/images/tiger-on-azure/cross-region-backup-list-in-tiger-console.png) 1. Create a new backup in a different region. diff --git a/use-timescale/configuration/customize-configuration.md b/use-timescale/configuration/customize-configuration.md index 5b87d05af3..b525426a85 100644 --- a/use-timescale/configuration/customize-configuration.md +++ b/use-timescale/configuration/customize-configuration.md @@ -32,7 +32,7 @@ To modify configuration parameters, first select the $SERVICE_SHORT that you wan modify. This displays the $SERVICE_SHORT details, with these tabs across the top: `Overview`, `Actions`, `Explorer`, `Monitoring`, `Connections`, `SQL Editor`, `Operations`, and `AI`. Select `Operations`, then `Database parameters`. -![Database configuration parameters](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-configuration-parameters.png) +![Database configuration parameters](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-configuration-parameters.png) ### Modify basic parameters diff --git a/use-timescale/data-tiering/enabling-data-tiering.md b/use-timescale/data-tiering/enabling-data-tiering.md index 310a702a70..08bebb0656 100644 --- a/use-timescale/data-tiering/enabling-data-tiering.md +++ b/use-timescale/data-tiering/enabling-data-tiering.md @@ -44,7 +44,7 @@ This storage type gives you up to 16 TB of storage and is available under [all $ - Under the [$PERFORMANCE $PRICING_PLAN][pricing-plans], IOPS is set to 3,000 - 5,000 autoscale and cannot be changed. - Under the [$SCALE and $ENTERPRISE $PRICING_PLANs][pricing-plans], IOPS is set to 5,000 - 8,000 autoscale and can be upgraded to 16,000 IOPS. - ![Default standard storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/high-performance-storage-tiger-console.png) + ![Default standard storage in Tiger](https://assets.timescale.com/docs/images/tiger-on-azure/high-performance-storage-tiger-console.png) 1. **Click `Apply`** @@ -61,7 +61,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under 1. **In [$CONSOLE][console], select your $SERVICE_SHORT, then click `Operations` > `Compute and storage`** 1. **Select `Enhanced` in the `Storage type` dropdown** - ![Enhanced storage in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-enhanced-storage-tiger-console.png) + ![Enhanced storage in Tiger](https://assets.timescale.com/docs/images/tiger-on-azure/enable-enhanced-storage-tiger-console.png) @@ -73,7 +73,7 @@ This storage type gives you up to 64 TB and 32,000 IOPS, and is available under Select between 8,000, 16,000, 24,000, and 32,0000 IOPS. The value that you can apply depends on the number of CPUs in your $SERVICE_SHORT. $CONSOLE notifies you if your selected IOPS requires increasing the number of CPUs. To increase IOPS to 64,000, click `Contact us` and we will be in touch to confirm the details. - ![I/O boost in Tiger](https://assets.timescale.com/docs/images/tiger-cloud-console/set-io-boost-tiger-console.png) + ![I/O boost in Tiger](https://assets.timescale.com/docs/images/tiger-on-azure/set-io-boost-tiger-console.png) 1. **Click `Apply`** @@ -97,7 +97,7 @@ You enable tiered storage from the `Overview` tab in $CONSOLE. 1. **In `Explorer`, click `Storage configuration` > `Tiering storage`, then click `Enable tiered storage`** - ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-console.png) + ![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-on-azure/enable-tiered-storage-tiger-console.png) Once enabled, you can proceed to [tier data manually][manual-tier] or [set up tiering policies][tiering-policies]. When tiered storage is enabled, you see the amount of data in the tiered object storage. diff --git a/use-timescale/ha-replicas/read-scaling.md b/use-timescale/ha-replicas/read-scaling.md index b9b9f6acf2..e9447a9569 100644 --- a/use-timescale/ha-replicas/read-scaling.md +++ b/use-timescale/ha-replicas/read-scaling.md @@ -78,7 +78,7 @@ To change the compute and storage configuration of your $READ_REPLICA set: 1. **In [$CONSOLE][timescale-console-services], expand and click the $READ_REPLICA set under your primary $SERVICE_SHORT** - ![Read replicas in $CONSOLE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/read-replica-sets-tiger-console.png) + ![Read replicas in $CONSOLE_LONG](https://assets.timescale.com/docs/images/tiger-on-azure/read-replica-sets-tiger-console.png) 1. **Click `Operations` > `Compute and storage`** @@ -102,7 +102,7 @@ is measured in bytes, against the current state of the primary instance. To chec You see a list of configured $READ_REPLICA sets for this $SERVICE_SHORT, including their status and lag: - ![Read replica sets](https://assets.timescale.com/docs/images/tiger-cloud-console/configured-replica-set-tiger-console.png) + ![Read replica sets](https://assets.timescale.com/docs/images/tiger-on-azure/configured-replica-set-tiger-console.png) 1. **Configure the allowable lag** diff --git a/use-timescale/metrics-logging/monitoring.md b/use-timescale/metrics-logging/monitoring.md index 26aa5205da..277784dde0 100644 --- a/use-timescale/metrics-logging/monitoring.md +++ b/use-timescale/metrics-logging/monitoring.md @@ -29,7 +29,7 @@ This pages explains what specific data you get at each point. $CLOUD_LONG shows you CPU, memory, and storage metrics for up to 30 previous days and with down to 10-second granularity. To access metrics, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Metrics`: -![Service metrics](https://assets.timescale.com/docs/images/tiger-cloud-console/service-metrics-tiger-console.png) +![Service metrics](https://assets.timescale.com/docs/images/tiger-on-azure/service-metrics-tiger-console.png) The following metrics are represented by graphs: @@ -95,7 +95,7 @@ $CLOUD_LONG shows you detailed logs for your $SERVICE_SHORT, which you can filte To access logs, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Logs`: -![Find logs faster](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-logs.png) +![Find logs faster](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-logs.png) ## Insights @@ -103,7 +103,7 @@ Insights help you get a comprehensive understanding of how your queries perform To view insights, select your $SERVICE_SHORT, then click `Monitoring` > `Insights`. Search or filter queries by type, maximum execution time, and time frame. -![Insights](https://assets.timescale.com/docs/images/tiger-cloud-console/insights-overview-tiger-console.png) +![Insights](https://assets.timescale.com/docs/images/tiger-on-azure/insights-overview-tiger-console.png) Insights include `Metrics`, `Current lock contention`, and `Queries`. @@ -138,7 +138,7 @@ query. Check out the last update value at the top of the query table to identify Click a query in the list to see the drill-down view. This view not only helps you identify spikes and unexpected behaviors, but also offers information to optimize your query. -![Queries drill-down view](https://assets.timescale.com/docs/images/tiger-cloud-console/query-drill-down-view-tiger-console.png) +![Queries drill-down view](https://assets.timescale.com/docs/images/tiger-on-azure/query-drill-down-view-tiger-console.png) This view includes the following graphs: @@ -157,11 +157,11 @@ $CLOUD_LONG summarizes all [$JOBs][jobs] set up for your $SERVICE_SHORT along wi 1. To view $JOBs, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Jobs`: - ![Jobs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-jobs.png) + ![Jobs](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-jobs.png) 1. Click a $JOB ID in the list to view its config and run history: - ![Job details](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-job-details.png) + ![Job details](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-job-details.png) 1. Click the pencil icon to edit the $JOB config: @@ -175,7 +175,7 @@ $CLOUD_LONG lists current and past connections to your $SERVICE_SHORT. This incl To view connections, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Connections`. Expand the query underneath each connection to see the full SQL. -![Connections](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-connections.png) +![Connections](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-connections.png) Click the trash icon next to a connection in the list to terminate it. A lock icon means that a connection cannot be terminated; hover over the icon to see the reason. @@ -185,7 +185,7 @@ $CLOUD_LONG offers specific tips on configuring your $SERVICE_SHORT. This includ To view recommendations, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Recommendations`: -![Recommendations](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-cloud-console-recommendations.png) +![Recommendations](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-cloud-console-recommendations.png) ## Query-level statistics with `pg_stat_statements` diff --git a/use-timescale/security/ip-allow-list.md b/use-timescale/security/ip-allow-list.md index 6a579bdf9b..c7510405fa 100644 --- a/use-timescale/security/ip-allow-list.md +++ b/use-timescale/security/ip-allow-list.md @@ -38,7 +38,7 @@ You attach a $SERVICE_SHORT to either one $VPC, or one IP allow list. You cannot 1. **Select a $SERVICE_LONG, then click `Operations` > `Security` > `IP Allow List`** - ![Attach IP allow list](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-ip-allow-list-tiger-console.png) + ![Attach IP allow list](https://assets.timescale.com/docs/images/tiger-on-azure/attach-ip-allow-list-tiger-console.png) 1. **Select the list in the drop-down and click `Apply`** diff --git a/use-timescale/services/change-resources.md b/use-timescale/services/change-resources.md index bacac5a2ba..17ff1e48da 100644 --- a/use-timescale/services/change-resources.md +++ b/use-timescale/services/change-resources.md @@ -25,7 +25,7 @@ You can change the CPU and memory allocation for your $SERVICE_SHORT at any time minimal downtime, usually less than a minute. The new resources become available as soon as the $SERVICE_SHORT restarts. You can change the CPU and memory allocation up or down, as frequently as required. -![Change resources](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-update-cpu-manually.png) +![Change resources](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-update-cpu-manually.png) Note that: diff --git a/use-timescale/services/service-explorer.md b/use-timescale/services/service-explorer.md index f9527a2e6c..f0cbfd2f17 100644 --- a/use-timescale/services/service-explorer.md +++ b/use-timescale/services/service-explorer.md @@ -30,7 +30,7 @@ summary of your $SERVICE_SHORT, including all your hypertables and relational tables. It summarizes your overall compression ratios, and other policy and continuous aggregate data. And, if you aren't already using key features like continuous aggregates, columnstore compression, or other automation policies and actions, it provides pointers to tutorials and documentation to help you get started. -![Service explorer](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-explorer.png) +![Service explorer](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-explorer.png) ## Tables @@ -43,7 +43,7 @@ ranges, and columnstore compression status. From this section, you can also set an automated policy to compress chunks into the columnstore. For more information, see the [hypercore documentation][hypercore]. -![Service explorer tables](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-columstore-data-savings.png) +![Service explorer tables](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-columstore-data-savings.png) For more information about hypertables, see the @@ -55,7 +55,7 @@ In the `Continuous aggregate` section, you can see all your continuous aggregates, including top-level information such as their size, whether they are configured for real-time aggregation, and their refresh periods. -![Service explorer caggs](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-explorer-caggs.png) +![Service explorer caggs](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-explorer-caggs.png) For more information about continuous aggregates, see the [continuous aggregates section][caggs]. diff --git a/use-timescale/services/service-overview.md b/use-timescale/services/service-overview.md index 8f312fca1b..fb72a3afcd 100644 --- a/use-timescale/services/service-overview.md +++ b/use-timescale/services/service-overview.md @@ -18,7 +18,7 @@ When you log into [$CONSOLE][cloud-login], you see the $PROJECT_SHORT overview. Click a $SERVICE_SHORT to view run-time data and connection information. Click `Operations` to configure your $SERVICE_SHORT. -![Select a query to edit](https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png) +![Select a query to edit](https://assets.timescale.com/docs/images/tiger-on-azure/ops-mode-overview-tiger-console.png) Each $SERVICE_SHORT hosts a single database managed for you by $CLOUD_LONG. If you need more than one database, [create a new $SERVICE_SHORT][create-service]. diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index 249e8303b7..0591469237 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -211,7 +211,7 @@ To change your maintenance window: In [$CONSOLE][cloud-login], select the $SERVICE_SHORT you want to manage. 1. **Set your maintenance window** 1. Click `Operations` > `Environment`, then click `Change maintenance window`. - ![Maintenance and upgrades](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-maintenance-upgrades.png) + ![Maintenance and upgrades](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-maintenance-upgrades.png) 1. Select the maintence window start time, then click `Apply`. Maintenance windows can run for up to four hours.