Kibana上部の検索窓で、date型のTimeに対して、下記のようなqueryをするイメージで試しました。
Time:["* 22:00:00" TO "* 06:00:00"]
しかし、date型では、正規表現は受け付けてもらえないようなエラーメッセージとなっています。
(正規表現にフォーカス当てるため、右記のquery入力で確認。Time:/????/-02-28" 20:13:38")
Discover: Can only use regexp queries on keyword and text fields - not on [Time] which is of type [date]
date型データそのまま利用するのはあきらめて、下記試しましたがうまくいかない状況です。
・fileldsを用いて、string型の別データとして用意
→検索してもヒットせず。Management画面で確かにsearchable/aggregatableともにONになっていない
→Discover: "field" is a required parameter と表示されて、データが認識されない場合もあり
・"is_searchable": "true","is_aggregatable": "true"を追加。
→mapping登録時に、Elasticsearch Ver5.x第では非サポートのエラー。
・copy_toを使って、string型の別データとして用意
→検索してもヒットせず。Management画面で確かにsearchable/aggregatableともにONになっていない
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.