-
Notifications
You must be signed in to change notification settings - Fork 63
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
Adding information for NETINFO environmental variable #463
Conversation
This pull request does not have a backport label. Could you fix it @gizas? 🙏
|
`NETINFO` | ||
|
||
| (bool) When `false`, disables `netinfo.enabled` parameter of `add_host_metadata` processor. | ||
Setting this to `false` is recommended for large scale setups where the host.ip and host.mac fields index size increases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add some more details here around what the problem is -> tons of ip addresses, tons of storage needed, slower queries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Let me know if is ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can still add more details here but lets do this as a follow up.
docs/en/ingest-management/elastic-agent/configuration/env/shared-env.asciidoc
Outdated
Show resolved
Hide resolved
[discrete] | ||
=== Disabling indexing host.ip and host.mac fields | ||
|
||
A new environemntal variable `NETINFO: false` has been introduced to globally disable the indexing of fields `host.ip` and `host.mac` in your {k8s} integration. For more information see <<agent-environment-variables>>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it disable indexing all host.ip
fields or just reduces the number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disables them
Set default value ELASTIC_NETINFO: false as per discussion here elastic/beats#36506 (comment) |
docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/scaling-on-kubernetes.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/configuration/env/shared-env.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just a few suggestions for the text.
…ed-env.asciidoc Co-authored-by: David Kilfoyle <[email protected]>
…asciidoc Co-authored-by: David Kilfoyle <[email protected]>
…asciidoc Co-authored-by: David Kilfoyle <[email protected]>
Any other suggestions or please can I have an approval here? |
`NETINFO` | ||
|
||
| (bool) When `false`, disables `netinfo.enabled` parameter of `add_host_metadata` processor. | ||
Setting this to `false` is recommended for large scale setups where the host.ip and host.mac fields index size increases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can still add more details here but lets do this as a follow up.
Adding documentation information for NETINFO envrionmental variable introdused in this PR: elastic/beats#36506