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

lnfstore plugin not found #74

Open
jelenamirkovic opened this issue Oct 3, 2022 · 1 comment
Open

lnfstore plugin not found #74

jelenamirkovic opened this issue Oct 3, 2022 · 1 comment

Comments

@jelenamirkovic
Copy link

I've installed lnfstore plugin and I can see it in /usr/local/lib/ipfixcol2/. I've also added LD_LIBRARY_PATH just in case. And I've recompiled ipfixcol2 just in case. However when I run it, it gives me the following error:

ERROR: Configurator: Collector failed to start: Unable to find the 'lnfstore' plugin.

And running
ipfixcol2 -L -v
indeed does not show this plugin

INPUT PLUGINS

  • Name : dummy
    Description: Example plugin that generates messages.
    Path: /usr/local/lib/ipfixcol2/libdummy-input.so
    Version: 2.0.0

  • Name : fds
    Description: Input plugin for FDS File format.
    Path: /usr/local/lib/ipfixcol2/libfds-input.so
    Version: 2.0.0

  • Name : ipfix
    Description: Input plugin for IPFIX File format
    Path: /usr/local/lib/ipfixcol2/libipfix-input.so
    Version: 2.0.0

  • Name : tcp
    Description: Input plugins for IPFIX/NetFlow v5/v9 over Transmission Control Protocol.
    Path: /usr/local/lib/ipfixcol2/libtcp-input.so
    Version: 2.0.0

  • Name : udp
    Description: Input plugins for IPFIX/NetFlow v5/v9 over User Datagram Protocol.
    Path: /usr/local/lib/ipfixcol2/libudp-input.so
    Version: 2.1.0

INTERMEDIATE PLUGINS

  • Name : anonymization
    Description: IPv4/IPv6 address anonymization plugin
    Path: /usr/local/lib/ipfixcol2/libanonymization-intermediate.so
    Version: 2.0.0

OUTPUT PLUGINS

  • Name : dummy
    Description: Example output plugin.
    Path: /usr/local/lib/ipfixcol2/libdummy-output.so
    Version: 2.2.0

  • Name : fds
    Description: Flow Data Storage output plugin
    Path: /usr/local/lib/ipfixcol2/libfds-output.so
    Version: 2.0.0

  • Name : forwarder
    Description: Forward flow records as IPFIX to one or more subcollectors.
    Path: /usr/local/lib/ipfixcol2/libforwarder-output.so
    Version: 1.0.0

  • Name : ipfix
    Description: IPFIX output plugin
    Path: /usr/local/lib/ipfixcol2/libipfix-output.so
    Version: 2.0.0

  • Name : json
    Description: Conversion of IPFIX data into JSON format
    Path: /usr/local/lib/ipfixcol2/libjson-output.so
    Version: 2.2.0

  • Name : json-kafka
    Description: Conversion of IPFIX data into JSON format
    Path: /usr/local/lib/ipfixcol2/libjson-kafka-output.so
    Version: 2.2.0
    Notes:

    • Deep bind (RTLD_DEEPBIND) required
  • Name : timecheck
    Description: The plugin checks that timestamp elements in flows are relatively recent.
    Path: /usr/local/lib/ipfixcol2/libtimecheck-output.so
    Version: 2.0.0

  • Name : viewer
    Description: Output plugin for ptinting information about incoming IPFIX messages.
    Path: /usr/local/lib/ipfixcol2/libviewer-output.so
    Version: 2.0.0

@Lukas955
Copy link
Collaborator

Hi,

I'm sorry for really long response time. I probably missed the email notification from GitHub.

I think there was a problem loading the lnfstore module due to unresolved dependencies in the module itself. If you can try to run with multiple "verbosity" parameters i.e. ipfixcol2 -L -vvv, a possible warning message should be shown before the list of plugins.

Lukas

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