Skip to content

Conversation

@Tbaile
Copy link
Collaborator

@Tbaile Tbaile commented Jul 3, 2025

Update 2025-11-24

We have a working netifyd V5, this includes

Everything below is considered outdated.

As of time of writing, the following must be updated to have something that works, will cross out things as we go:

  • enable proc-core plugin using netifyd --enable-plugin proc-core
  • enable sink-log plugin using netifyd --enable-plugin sink-log
  • configure /etc/netifyd/netify-proc-core.json and add the following snippet in the sinks section:
      "sink-log": {
        "default": {
          "enable": true,
          "types": ["stream-flows"]
        }
      },
    
  • restart netifyd

You can then see all the flows for each second of activity under /tmp/netify-sink-log-*

Example output:

// REMOVED

Further documentation can be found here: https://www.netify.ai/documentation/netify-plugins/v5/processor

Currently missing the enterprise plugins.

@Tbaile Tbaile force-pushed the netifyd-v5.x branch 2 times, most recently from b581145 to 0aff7ef Compare July 7, 2025 14:59
@Tbaile Tbaile force-pushed the build-refactor branch 3 times, most recently from fa2ef56 to f784db7 Compare July 14, 2025 07:51
Base automatically changed from build-refactor to main July 17, 2025 07:09
@Tbaile Tbaile force-pushed the netifyd-v5.x branch 2 times, most recently from a40b81a to fda433b Compare July 30, 2025 11:55
@Tbaile Tbaile force-pushed the netifyd-v5.x branch 5 times, most recently from c8a9c29 to fa4d73a Compare October 14, 2025 12:48
@Tbaile Tbaile force-pushed the main branch 2 times, most recently from 867a5f5 to 9fd6ca7 Compare October 31, 2025 13:40
@Tbaile Tbaile force-pushed the netifyd-v5.x branch 2 times, most recently from 95c8b37 to 85d6f0b Compare November 19, 2025 11:56
@Tbaile Tbaile linked an issue Nov 24, 2025 that may be closed by this pull request
4 tasks
@Tbaile Tbaile changed the title build: updated to netifyd v5 build(netifyd): upgrade to v5 Nov 24, 2025
@Tbaile Tbaile requested a review from gsanchietti November 24, 2025 10:27
@Tbaile Tbaile marked this pull request as ready for review November 24, 2025 10:27
@Tbaile Tbaile merged commit 4007fa6 into main Dec 19, 2025
2 checks passed
@Tbaile Tbaile deleted the netifyd-v5.x branch December 19, 2025 09:23
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.

Netifyd5 Update

3 participants