How can i configure custom index?

Now, index name is pay_graylog_2, pay_graylog_1 and so on, but i want to configure index name is pay_graylog_2019-09-03, what should I do ?
thanks.

PS:
os version: centos 7.6
graylog version: 3.1.0
es version:6.8.2

your request is not possible.

You define a prefix for the indices, but the number of indices will be always counted up.

Thanks for your reply.
I have set Rotation period(P1D (1 day, a day)) and Max number of indices is 8(Index retention strategy is Delete),i want to move the older indices for backup .
As far as I know the Enterprise is support for Archive,but the open-source is not support, what should i do of the open-source for archive?

As far as I know the Enterprise is support for Archive,but the open-source is not support,

that is right

what should i do of the open-source for archive?

you need to build that on your own, how is up to you - and the goal you need to reach.

I want to set the indices such as pay_graylog_2019-09-03 (per day ) so that i ues snapshot of es for offline storage. But, the indices name is pay_graylog_0(or pay_graylog_1 and so on),how can i get the time of day from each index?

how can i get the time of day from each index

In a Graylog setup you can do this by query the index with a min/max query or check via API/MongoDB what Graylog knows about the index.

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