Am trying to run a single command which calculates percentiles for multiple
search queries.
The data for this is an Apache log file, and I want to get the percentile
response times for the gets, posts, heads (etc) in one go
The response I get back has the counts for each subquery but only does the
aggregations for the overall dataset
"facets" : {
"0" : {
"_type" : "query",
"count" : 5678
},
"1" : {
"_type" : "query",
"count" : 1234
}
},
"aggregations" : {
"load_time_outlier" : {
"values" : {
"1.0" : 0.0,
...
"99.0" : 1234
}
}
}
I cant figure out how to structure the request so that I get the
percentiles separately for each of the queries
Could someone point me in in the right direction please
Am trying to run a single command which calculates percentiles for
multiple search queries.
The data for this is an Apache log file, and I want to get the percentile
response times for the gets, posts, heads (etc) in one go
The response I get back has the counts for each subquery but only does the
aggregations for the overall dataset
"facets" : {
"0" : {
"_type" : "query",
"count" : 5678
},
"1" : {
"_type" : "query",
"count" : 1234
}
},
"aggregations" : {
"load_time_outlier" : {
"values" : {
"1.0" : 0.0,
...
"99.0" : 1234
}
}
}
I cant figure out how to structure the request so that I get the
percentiles separately for each of the queries
Could someone point me in in the right direction please
Am trying to run a single command which calculates percentiles for
multiple search queries.
The data for this is an Apache log file, and I want to get the percentile
response times for the gets, posts, heads (etc) in one go
The response I get back has the counts for each subquery but only does
the aggregations for the overall dataset
"facets" : {
"0" : {
"_type" : "query",
"count" : 5678
},
"1" : {
"_type" : "query",
"count" : 1234
}
},
"aggregations" : {
"load_time_outlier" : {
"values" : {
"1.0" : 0.0,
...
"99.0" : 1234
}
}
}
I cant figure out how to structure the request so that I get the
percentiles separately for each of the queries
Could someone point me in in the right direction please
Slight follow on - do you know if returning this sort of stuff via Kibana
is on the cards?
Just looking for an easy way to graph the results.
Thanks.
On Friday, 15 August 2014 10:23:16 UTC+1, John Ogden wrote:
Hi,
Am trying to run a single command which calculates percentiles for
multiple search queries.
The data for this is an Apache log file, and I want to get the percentile
response times for the gets, posts, heads (etc) in one go
The response I get back has the counts for each subquery but only does the
aggregations for the overall dataset
"facets" : {
"0" : {
"_type" : "query",
"count" : 5678
},
"1" : {
"_type" : "query",
"count" : 1234
}
},
"aggregations" : {
"load_time_outlier" : {
"values" : {
"1.0" : 0.0,
...
"99.0" : 1234
}
}
}
I cant figure out how to structure the request so that I get the
percentiles separately for each of the queries
Could someone point me in in the right direction please
Slight follow on - do you know if returning this sort of stuff via Kibana
is on the cards?
Just looking for an easy way to graph the results.
Thanks.
On Friday, 15 August 2014 10:23:16 UTC+1, John Ogden wrote:
Hi,
Am trying to run a single command which calculates percentiles for
multiple search queries.
The data for this is an Apache log file, and I want to get the percentile
response times for the gets, posts, heads (etc) in one go
The response I get back has the counts for each subquery but only does
the aggregations for the overall dataset
"facets" : {
"0" : {
"_type" : "query",
"count" : 5678
},
"1" : {
"_type" : "query",
"count" : 1234
}
},
"aggregations" : {
"load_time_outlier" : {
"values" : {
"1.0" : 0.0,
...
"99.0" : 1234
}
}
}
I cant figure out how to structure the request so that I get the
percentiles separately for each of the queries
Could someone point me in in the right direction please
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.