Knowledge Management

Cannot automatically migrate pre 4.1 tags.conf: Clarification or Suggestion where to begin?

muebel
SplunkTrust
SplunkTrust

I just updated my indexer to 4.1 this morning and found the following in the migration log:

Cannot automatically migrate pre 4.1 tags.conf : D:\Program Files\Splunk\etc\apps\SKB-windows\default\tags.conf Please consider doing manual migration

This was seen for most of the apps.

What is involved in a manual migration, and what likely cause exists to prevent an automatic migration?

Tags (1)
1 Solution

Mick
Splunk Employee
Splunk Employee

Manual migration will be an arduous task, as the entire format of that file has changed. Check out 4.0.10 tags.conf versus 4.1 tags.conf

After hearing of this failure of the migration script initially, we ran some tests in-house and produced the same error message, but the files were actually migrated successfully and do in fact match the new format correctly. Before you try migrating manually, you may want to verify this.

Version 4.1.1 was GA'd yesterday, and includes a fix to the migration script that will resolve this

View solution in original post

Mick
Splunk Employee
Splunk Employee

Manual migration will be an arduous task, as the entire format of that file has changed. Check out 4.0.10 tags.conf versus 4.1 tags.conf

After hearing of this failure of the migration script initially, we ran some tests in-house and produced the same error message, but the files were actually migrated successfully and do in fact match the new format correctly. Before you try migrating manually, you may want to verify this.

Version 4.1.1 was GA'd yesterday, and includes a fix to the migration script that will resolve this

muebel
SplunkTrust
SplunkTrust

Yeah... I sampled some current and past tags.conf files and it looks like all the information was actually migrated in the new format.

0 Karma

jrodman
Splunk Employee
Splunk Employee

The code to validate the migration was a little silly, it tested too early. The fix in 4.1.1 is just to make the migration script not cry wolf. Probably everything is fine.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...