timelionを使用しようとしています。
es(*)
関数を試したところ、結果が得られませんでした。
私はelasticsearchにデータセットを持っており、構造は
{
"_index": "test",
"_type": "testtype",
"_id": "abcdefg0",
"_score": 1,
"_source": {
"name": "name",
"gender": "Male",
"timestamp": "2016-07-26T06:10:56Z"
"is_foreigner": false
}
}
string
タイムスタンプ フィールドを除くすべてのフィールドはtype で構成されます。(timestamp フィールドは日付型で構成されます)
追加のフィールドが必要ですか? またはnumber
フィールドを追加する必要がありますか?