We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example data: [{startTime: 15, endTime: 25, operation: 'login'}, {startTime: 5, endTime: 10, operation: 'logout'}]
[{startTime: 15, endTime: 25, operation: 'login'}, {startTime: 5, endTime: 10, operation: 'logout'}]
I couldn't find a way to do something like: execTime = endTime - startTime and then show average execTime per operation.
execTime = endTime - startTime
For example (shown as a table): login: 10 logout: 5
Any pointers? is this even possible with kibana?
The text was updated successfully, but these errors were encountered:
This is not currently possible in Kibana, however it could be done as a script field, which is slated for Kibana 4 beta 3: #1537
Sorry, something went wrong.
No branches or pull requests
Example data:
[{startTime: 15, endTime: 25, operation: 'login'}, {startTime: 5, endTime: 10, operation: 'logout'}]
I couldn't find a way to do something like:
execTime = endTime - startTime
and then show average execTime per operation.
For example (shown as a table):
login: 10
logout: 5
Any pointers? is this even possible with kibana?
The text was updated successfully, but these errors were encountered: