elasticsearch - elastic search - easy way to create hourly aggregated index from another index -


i dumping raw data timestamps elastic search. querying last few hours of data , size of index bigger because raw index. create index contains hourly aggregated data can route hourly queries index. in other words , first index , retrieve aggregated data possible combinations each hour , store index.

is there way in es retrieve aggregated data combinations ?

if not , easy way ? want eliminate heavy wrapper code retrieve, aggregate , put back.

i see many applications supporting month on month , hour on hour queries , wondering if missing something


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -