Skip to content

How many ContextName can be define in dlt_logstorage.conf? #621

Closed Answered by minminlittleshrimp
Somesh55 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello all,
I have a deeper look into the source code today.
What I see is that this function is the function we are talking about, not the one on previous comment:

int dlt_config_file_get_value(const DltConfigFile *file,

This function is called whenever there is section detected (FILTER).
Thus, we should not change the limit of entry (100), it related to other security vulnerability (we need to control the limit size).
I suggest you should split your key into sections (many FILTERs).
Hash table key consists of "APID:CTID", so it is not a matter at all to config multi FILTER sections, e.g:

[FILTER1]
LogApp…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@michael-methner
Comment options

@minminlittleshrimp
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@duvanan13
Comment options

Answer selected by minminlittleshrimp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants