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

Added handler to convert numeric fields #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PeteLawrence
Copy link

Hi,

By default all Cloudfront fields are uploaded as strings, meaning in Elasticsearch you're unable to use operations such as between, greater than, sum, average, etc on those numeric fields.

I reference each field by name as this is quicker, but could alternatively try to be clever and identify numeric fields based on their contents, but expect that this would be slower.

…, so that they can be handled as numbers in ES
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling fda3fc7 on PeteLawrence:master into 729f9ba on arithmetric:master.

@coveralls
Copy link

coveralls commented May 3, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 4b240aa on PeteLawrence:master into 20705f5 on arithmetric:master.

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

Successfully merging this pull request may close these issues.

2 participants