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

url.port is type integer whereas all other *ports are type long #342

Closed
Phillip-Gabler opened this issue Feb 25, 2019 · 1 comment
Closed

Comments

@Phillip-Gabler
Copy link

The url.port is type integer whereas all other *ports are type long. Is this intentional?

@webmat
Copy link
Contributor

webmat commented Feb 25, 2019

No, it's a mistake: #339 ;-) We'll adjust and have it be a long for consistency.

But you can use either, this difference is immaterial. Since the potential port values only go up to 65k and signed ints are -2B to 2B, using one or the other will not affect your ability to query the fields in any way. It won't even show up as a conflict in a Kibana index pattern :-)

@webmat webmat closed this as completed Feb 25, 2019
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

2 participants