-
Notifications
You must be signed in to change notification settings - Fork 2
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
inconsistency in hourly vs daily aggregation #99
Comments
Hi @priamai ,
thx |
Yes one sec checking! |
The first query search to dict:
The second query search to dict:
|
One important detail is that those timestamps are in UTC, I am wondering if that is somehow interfering with the conversion? |
I realize this is older, but had a similar issue, I think its syntax of "hour" - this appears to fix it .groupby('stat_hour', 'date_histogram', fixed_interval='1H',field='@timestamp',format="yyyy-MM-dd HH:mm:ss")\ |
You are bang on, I am pretty sure is the format indeed. I will test it and report it here. |
Hi there,
sorry to bother you but I noticed something weird with the aggregation.
That is all fine then I do:
This produces 7775 vs 1722 documents, the first number is correct the latter is not.
I am sure there is some detail I am missing but can't figure it out!
The text was updated successfully, but these errors were encountered: