Hi, either you create aliases with the correct naming scheme for those old indices ( https://www.elastic.co/guide/en/elasticsearch/reference/2.3/indices-aliases.html) or you have to change the elasticsearch_index_prefix setting ( https://github.com/Graylog2/graylog2-server/blob/2.0.1/misc/graylog.conf#L195-L196) to "graylog2" (which will make the new indices have the "wrong" name).
As a last resort, you could probably also just reindex the old indices with the Reindex API ( https://www.elastic.co/guide/en/elasticsearch/reference/2.3/docs-reindex.html) or with logstash. Cheers, Jochen On Friday, 13 May 2016 08:52:22 UTC+2, kaiser wrote: > > Hello, > > I have updated graylog with current version 2.0 > > After the update new indices are prefixed with graylog. > > My indices prefixed by graylog2 from graylog 1.3.4 are not displayed in > graylog. > > Is there a way to add them? > > regards. > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/47e8f97c-5dad-4cf8-97e1-e10f50d74173%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
