Input linked to index

Good Morning .
I need to create an input and link the indices to the respective input created.
So that I can have control of the size of each input .
Because all my inputs are falling into the Default index.
Could you please help me.

2. Describe your environment:

  • OS Information:

  • Package Version:

  • Service logs, configurations, and environment variables:

3. What steps have you already taken to try and solve the problem?

4. How can the community help?

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

Hello @paulovictor && Welcome

What needs to happen is,
Create a INPUT
Create a INDEX
Create a STREAM to connect the input with the INDEX

image

Create a rule on that stream ( i.e., don’t start the stream till your done) to connect the INPUT to the INDEX.

Done