FYI, creating aliases on indices does not work for me. I tried setting aliases in the format /PREFIX_\d+/ (e.g. alias "graylog_20" for index "graylog_test") for self-reindexed indices but they do not appear on the indices overview page. Intended behaviour or not?
Best regards, tokred On Friday, May 13, 2016 at 9:36:06 AM UTC+2, Jochen Schalanda wrote: > > 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/63b2166c-5605-42e4-93fe-481ed8223564%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
