-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Histogram total question #271
Comments
Ugh, sorry. Why is it I always find my issue once I open a case? I had the "stack" button checked. Issue resolved. |
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
2.6.0 ix engine
w33ble
added a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
* feat: add a date type * fix: date function doesn't pass input to moment moment doesn't take generic string input anymore, this relies on the native Date type, unless format is provided * fix: wrap formatdate's context input in Date type moment doesn't allow passing arbitrary strings in
w33ble
added a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
This reverts commit 070a48ae2148a6d4ded1b66276068e6480cdd346.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using logstash to report some systems stats. I am setting a field in logstash:
%{BASE10NUM:bytes_in:int}
When I create the histogram using a single server (server1) everything displays correctly. However, if I add another search to add another server (server2) to the histogram, his total is the total is for server1 and server2, not just for server2.
I am wondering if I am missing something on how this is setup.
Any help would very much be appreciated.
Regards,
Geoff
The text was updated successfully, but these errors were encountered: