Skip to content
New issue

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

Graph data with start time and end time? #1200

Closed
cnandreu opened this issue May 6, 2014 · 1 comment
Closed

Graph data with start time and end time? #1200

cnandreu opened this issue May 6, 2014 · 1 comment

Comments

@cnandreu
Copy link

cnandreu commented May 6, 2014

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?

@rashidkpc
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@cnandreu @rashidkpc and others