Is your feature request related to a problem? Please describe
We have several logging-related migration scenarios that affect many people. Like:
- Migrate from FluentD to FluentBit
- Migrate from legacy text log format to structured JSON log format
- Migrate from Graylog to VictoriaLogs
And we have a common requirement that for each migration, we need to provide:
- migration guide
- automate migration process (if possible)
Describe the solution you'd like
We need to create an LLM skill (for Claude Code, Cursor, etc.) to automate migration for the different scenarios described.
Describe alternatives you've considered
Create scripts to automate migration.
Additional information
Out of Scope
- Migrate from Graylog to VictoriaLogs, reasons:
- for services that print just logs in stdout - is not actual
- for services that use Graylog API - it's the task for these services to migrate their logic
Is your feature request related to a problem? Please describe
We have several logging-related migration scenarios that affect many people. Like:
And we have a common requirement that for each migration, we need to provide:
Describe the solution you'd like
We need to create an LLM skill (for Claude Code, Cursor, etc.) to automate migration for the different scenarios described.
Describe alternatives you've considered
Create scripts to automate migration.
Additional information
Out of Scope