

如需與 Amazon Timestream for LiveAnalytics 類似的功能，請考慮使用 Amazon Timestream for InfluxDB。它提供簡化的資料擷取和單一位數毫秒查詢回應時間，以進行即時分析。[在這裡](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)進一步了解。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 為您的 InfluxDB 執行個體建立新的運算子字符
<a name="timestream-for-influx-getting-started-operator-token"></a>

如果您需要取得新 InfluxDB 執行個體的運算子字符，請執行下列步驟：

1. 若要變更您的運算子字符，建議使用 Influx CLI。如需說明，請參閱：[安裝和使用 Influx CLI](https://docs.influxdata.com/influxdb/v2/tools/influx-cli/)。

1. 設定您的 CLI 以使用 `--username-password` 來建立運算子：

   ```
   influx config create --config-name CONFIG_NAME1  --host-url "https://yourinstanceid.eu-central-1.timestream-influxdb.amazonaws.com:8086" --org [YOURORG]  --username-password [YOURUSERNAME] --active
   ```

1. 建立新的運算子字符。系統會要求您提供密碼以確認此步驟。

   ```
   influx auth create --org [YOURORG] --operator
   ```

**重要**  
建立新的運算子字符之後，您將需要更新目前使用舊字符的任何用戶端。