Blog: Subnet labels and external traffic#29
Open
jotak wants to merge 8 commits intonetobserv:mainfrom
Open
Conversation
|
🚀 PR Preview for netobserv.io has been successfully deployed! |
mffiedler
reviewed
Feb 25, 2026
Contributor
leandroberetta
left a comment
There was a problem hiding this comment.
@jotak very nice and useful blog post! thanks! I've just added some minor suggestions but looks good to me!
|
|
||
|  | ||
|
|
||
| Every time `flowlogs-pipeline` has to process a network flow, it checks if the IP belongs to any of the defined subnet, and if so, it associates the flow with the related label. |
Contributor
There was a problem hiding this comment.
Suggested change
| Every time `flowlogs-pipeline` has to process a network flow, it checks if the IP belongs to any of the defined subnet, and if so, it associates the flow with the related label. | |
| Every time `flowlogs-pipeline` has to process a network flow, it checks if the IP belongs to any of the defined subnets, and if so, it associates the flow with the related label. |
| ``` | ||
|
|
||
| {#admon title="Info"} | ||
| In FlowMetrics, when there are several filters for the same key, those filters are OR'ed, ie. the match is satisfied if one at least is satisfied. Filters on different keys are AND'ed. |
Contributor
There was a problem hiding this comment.
Suggested change
| In FlowMetrics, when there are several filters for the same key, those filters are OR'ed, ie. the match is satisfied if one at least is satisfied. Filters on different keys are AND'ed. | |
| In FlowMetrics, when there are several filters for the same key, those filters are OR'ed, i.e. the match is satisfied if at least one is satisfied. Filters on different keys are AND'ed. |
|
|
||
| ## Going further: identifying the external workloads | ||
|
|
||
| All good so far, however this doesn't answer the question: where is this traffic flowing to (or from) ? |
Contributor
There was a problem hiding this comment.
Suggested change
| All good so far, however this doesn't answer the question: where is this traffic flowing to (or from) ? | |
| All good so far, however this doesn't answer the question: where is this traffic flowing to (or from)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
found a "bug" while writing this blog: netobserv/flowlogs-pipeline#1127