niraj-elastic

Results 3 comments of niraj-elastic

There is some mismatch in between Oracle metricbeat module logic and Oracle integration logic **Metricbeat module Logic** Currently in oracle there are two different kind of queries written to fetch...

@agithomas, Currently if tablespace is `TEMP` than `space.total.bytes` is collected as total bytes of `TEMP` tablespace. If we choose to implement integration logic, we will have to make change in...

@agithomas By doing some more analysis it seems that `space.total.bytes` is incorrectly set for TEMP tablespace as well in metricbeat module. based on this [description](https://github.com/elastic/beats/blob/9c9ae3568309bb4c715fe1c25834eafd06f0f82a/x-pack/metricbeat/module/oracle/tablespace/_meta/docs.asciidoc?plain=1#L25), `space.total.bytes` should be sum of...