Clarification needed on File filter

Hi,

We are planning to use logstash in our project.
I have 200 different files to be processed, and the files are updated every 15 minutes.
My question is how many file filters can be used in input plugin?

input
{
file
{

}
file
{

}
.
.
.
.
file
{
<filen descriptors>
}
}

What is the approximate value of n that logstash can handle?

Regards,
Sathish

Anybody who can help me with this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.