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

Filter option not working #712

Open
stefanbie opened this issue Nov 25, 2024 · 3 comments
Open

Filter option not working #712

stefanbie opened this issue Nov 25, 2024 · 3 comments

Comments

@stefanbie
Copy link

stefanbie commented Nov 25, 2024

Hi!
I have tried to use the filter option to filter out lines with a specific Application id. I added a file (filter.txt) where I added one line:
UDSV
Then I ran DLT_DAEMON_TCP_PORT=3491 dlt-receive -a 169.254.4.10 -f filter.txt
but I still got all the loggs.
Am i doing something wrong?

@lti9hc
Copy link
Collaborator

lti9hc commented Nov 27, 2024

Hello @stefanbie,
For using filter option in dlt-receive, you have to add AppID and ContextID in filter file
you are missing contextid
You should run command dlt-receive -h to get more information

@stefanbie
Copy link
Author

stefanbie commented Nov 27, 2024

Hi @lti9hc, thanks for your answer! I read this help instruction and thought that "TEST" was an AppID
https://github.com/COVESA/dlt-daemon/blob/master/doc/dlt-receive.1.md#Space-separated-filter-file
So, its not possible to have ContextID as a wildecard?

@lti9hc
Copy link
Collaborator

lti9hc commented Nov 29, 2024

Hi @stefanbie,
Currently, it does not support wildcard

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