chore: Update original images with IPFIX collector#22
Open
github-actions[bot] wants to merge 21 commits into
Open
chore: Update original images with IPFIX collector#22github-actions[bot] wants to merge 21 commits into
github-actions[bot] wants to merge 21 commits into
Conversation
This is a WIP but adds a working clickhouse cluster.
Install scripts have been modified accross the board recently via commit 9f764b3 - and this change follows suite.
Keep the base overlay simple with one node and let the ipfix overlay do the heavy lifting with regard to multiple shards, replicas, and other ideal production related items.
Add more verbose logging for troubleshooting
VM OVN traffic flows through the integration bridge not br-ex.
Store them in /var/lib/ipfix directly to avoid confusion, moving to the processed dir once processed by the rollup script..
Private IPs are already crowding the CH DB, remove them.
Verified implementation works as expected but let's default to capturing all flows because we have no clue what traffic the operator wants to capture. In my lab setting, my providernet VIPs are RFC1918 IPs, for example and I need to capture them.
- Add vip_hourly_node_dist, vip_hourly_mv_dist, flows_by_fip_1h_dist - Change flows_by_fip_1h to ReplicatedSummingMergeTree for HA - Enables consistent query results across sharded ClickHouse cluster
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.
Update container image
change request Auto-generated