During analysis of REST response times of /logs queries to orc8r backend, we noticed that the queries were taking quite a lot of time (~5sec). We should investigate why this is happening, as there seem to be no bottleneck for a simple query.
Worth checking:
How ES responds (maybe ES is the bottleneck)
check if it wouldn't be helpful to reconfigure fluentd to flush logs immediately (or with lower threshold, i.e. 1s)
During analysis of REST response times of
/logs
queries to orc8r backend, we noticed that the queries were taking quite a lot of time (~5sec). We should investigate why this is happening, as there seem to be no bottleneck for a simple query.Worth checking: