-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
trying to use sqlite filter #209
Comments
You need to install paStash plugins as globals with |
ok i got it running but i have another issue i am trying to compare the port numbers from netflow with the port numbers name on the db and output it to elastic
db: s```
|
Possibly a type issue. Try to force the input type to be the same format as the stored column you're checking against. |
Hi Lorenzo and thank you for your quick reply.
ip_proto { but now nothing is logged into the elastic, so we had to comment it out (p.s. - Maybe it's better to name this filter ip_service since the l4_dst_port is the service that is used) |
@Alisher-Nabiev you need to attach the logs from pastash or we won't be able to assist at all |
here are the pm2 log whene we trying to start the process also conf file:
|
The module cannot be loaded. Have you installed the plugin with |
yes |
I see the issue. Install as follows and try again:
note: make sure you're using version 1.0.2 or higher |
still same /usr/local/lib |
If you read my comment above
|
@lmangani same error |
Loading npm module... @pastash/filter_ip_proto |
hi lorenzo,
any update? as i write on git hub the error is still the same after
updating the version.
…On Wed, 19 Jun 2024 at 13:47, Lorenzo Mangani ***@***.***> wrote:
If you read my comment above
note: make sure you're using version 1.0.2 or higher
—
Reply to this email directly, view it on GitHub
<#209 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICGB3PM54KS3KDLXC3OVRDZIFOTNAVCNFSM6AAAAABIDMOBM6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGM3DEOBUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@pastash/[email protected] |
hi,
i am trying to create a DB that compares incoming IP from netflow and compare it with the customer name on the DB
i instilled the filter :
npm install @pastash/filter_sqlite
and when i tried to run the command with the filter i got an error related to the filter module missing:
log1.txt
this is my conf:
conf.txt
any suggestions?
The text was updated successfully, but these errors were encountered: