#author("2020-12-06T08:10:10+00:00","","")
#mynavi(InfluxDB入門)
#setlinebreak(on);

* 概要 [#y8fa550c]
#html(<div class="pl10">)
#TODO
#html(</div>)

#contents
- 関連
-- [[InfluxDB入門]]

* インストール [#j24dd823]
#html(<div class="pl10">)

初期セットアップ、最初のバケット作成
#myterm2(){{
influx setup -n sampleconfig1 -b samplebucket -u sampleuser -p samplepass -t sampletoken -o sampleorg

Welcome to InfluxDB 2.0!
Please type your retention period in hours.
Or press ENTER for infinite.: 


You have entered:
  Username:          sampleuser
  Organization:      sampleorg
  Bucket:            samplebucket
  Retention Period:  infinite
Confirm? (y/n): y

Config default has been stored in /root/.influxdbv2/configs.
User		Organization	Bucket
sampleuser	sampleorg	samplebucket
}}

他のバケットを作成
#myterm2(){{
influx bucket create -n samplebucket2 -o sampleorg -t sampletoken
}}

#html(</div>)



トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS