問題タブ [influxdb]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
704 参照

database - InfluxDB 0.8.8 サーバーの起動が応答を返さない

そのため、Grafana サーバーと同じ CentOS マシンで実行されている influxdb サーバーをセットアップしようとしています。現在、influxDB サーバーを起動すると、データが返されません。だから、これは私が得るすべての出力です:

[07/21/15 17:12:21] [INFO] Loading configuration file config.sample.toml

+---------------------------------------------+ | _____ __ _ _____ ____ | | |_ _| / _| | | __ \| _ \ | | | | _ __ | |_| |_ ___ _| | | | |_) | | | | | | '_ \| _| | | | \ \/ / | | | _ < | | _| |_| | | | | | | |_| |> <| |__| | |_) | | | |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/ | +---------------------------------------------+

なぜサーバーを実行しないのか疑問に思っています。終了したようですが、エラー出力はありません...ここに私の設定ファイルの重要な部分があります:

サービスがサーバーを起動しない理由についてのアイデアはありますか? 編集:Influxdb v0.8.8を実行しています

編集 (log.txt): [2015/07/22 15:06:31 UTC] [INFO] (main.setupLogging:69) Redirectoring logging to /opt/influxdb/shared/log.txt [2015/07/22 15:06:31 UTC] [INFO] (main.start:164) Starting Influx Server 0.8.8 bound to 0.0.0.0... [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/server.NewServer:43) Opening database at /opt/influxdb/shared/data/db [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/wal.NewWAL:40) Opening wal in /opt/influxdb/shared/data/wal [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/api/http.(*HttpServer).EnableSsl:74) Ssl will be disabled since the ssl port or certificate path weren't set [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*RaftServer).Serve:566) Initializing Raft HTTP server [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*RaftServer).Serve:576) Raft Server Listening at 0.0.0.0:8090 [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*RaftServer).startRaft:384) Initializing Raft Server: http://denlabapp0020.int.hidux.com:8090 [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*InfluxJoinCommand).Apply:252) Adding new server to the cluster config d41518a27d24777 [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).AddPotentialServer:291) Added server to cluster config: 1, http://denlabapp0020.int.hidux.com:8090, denlabapp0020.int.hidux.com:8099 [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).AddPotentialServer:292) Checking whether this is the local server local: denlabapp0020.int.hidux.com:8099, new: denlabapp0020.int.hidux.com:8099 [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).AddPotentialServer:301) Added the local server [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*RaftServer).startRaft:409) Recovered from log [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:96) Waiting for local server to be added [2015/07/22 15:06:31 UTC] [INFO] (github.com/influxdb/influxdb/wal.(*WAL).SetServerId:109) Setting server id to 1 and recovering [2015/07/22 15:06:32 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*RaftServer).raftEventHandler:448) (raft:d41518a27d24777) Selected as leader. Starting leader loop. [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:128) Recovering from log... [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/cluster.NewWriteBuffer:30) local: Initializing write buffer with buffer size of 10000 [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).RecoverFromWAL:1203) Waiting for servers to recover [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*ProtobufServer).ListenAndServe:66) ProtobufServer listening on 0.0.0.0:8099 [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/cluster.func·005:1185) Recovering local server [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:133) recovered [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/coordinator.(*Coordinator).ConnectToProtobufServers:898) Connecting to other nodes in the cluster [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:139) Starting admin interface on port 8083 [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:156) Graphite input plugins is disabled [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:178) Collectd input plugins is disabled [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:187) UDP server is disabled [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:187) UDP server is disabled [2015/07/22 15:06:36 UTC] [INFO] (github.com/influxdb/influxdb/server.(*Server).ListenAndServe:216) Starting Http Api server on port 8086

Edit2:サービスが1秒間実行されてからシャットダウンされたようです: -bash-4.1$ sudo service influxdb status Setting ulimit -n 65536 influxdb Process is running [ OK ] -bash-4.1$ sudo service influxdb status Setting ulimit -n 65536 influxdb Process is not running [ FAILED ]

0 投票する
1 に答える
7733 参照

influxdb - 特定のリスト内のタグ値のクエリ

リスト内のメンバーシップを照会する influxdb に短い形式の構文はありますか? の線に沿って何かを考えている

今のところ、 ORedを使用してこれをつなぎ合わせることができます=が、それは非常に非効率的です。より良いアプローチはありますか?私は言語仕様を調べましたが、これは式の生成の可能性とは見なされません。

私が考えていた別のオプションは、正規表現アプローチを使用することでしたが、それは私には悪いアプローチのようです.

0 投票する
1 に答える
853 参照

influxdb - influxdb の一時テーブル

特定のクエリのために influxdb に一時テーブルを作成する方法はありますか? (そのスコープは、新しい測定値を作成して挿入するのではなく、そのクエリだけです)。

継続的なクエリを作成することを考えましたが、where 句 (つまり、時間) には制限があり、CQ では許可されておらず、必要です。とにかく、CQのセマンティクスは、私が探しているものではありません。

私のユースケース: 私は主に過去の時系列データを扱っています。特定の期間の株式ティッカーのセットの値を取得するための高価なクエリがあります。これらを中間結果として使用して、さまざまな時間粒度 (毎日/毎週など) で集計を計算したいと思います。

0 投票する
1 に答える
1820 参照

influxdb - fluentd と influxdb の間でデータが失われる

fluentd と influxdb の間のデータ損失に苦しんでいます。

この構成で fluent-plugin-influxdb プラグインを使用する:

ファイル出力と influxdb のデータを比較すると、次のことがわかります。

ログには 2355 行ありますが、データベースには 582 レコードしかありません。

influxdb と fluentd の両方からデバッグ/トレース ロギングを有効にしましたが、これまでのところログに興味深いものはありません。

何か案は?