次の形式のテーブルがあると仮定します。
sdk_index {device_id, serve_count, event_time}
次の結果が得られるエラスティック検索クエリを作成したい
1. group by device id and take the max(event_time)
2. on the result of 1 check for rows with serve_count > 0 and return the count.
次の形式のテーブルがあると仮定します。
sdk_index {device_id, serve_count, event_time}
次の結果が得られるエラスティック検索クエリを作成したい
1. group by device id and take the max(event_time)
2. on the result of 1 check for rows with serve_count > 0 and return the count.