- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do you move recorded data from one system to another?
arpitadu
Explorer
12-10-2018
05:18 PM
I am going to move one to other system, thus, I will install into my new system. But, I have tracking every 10 mins live data through a web API.
Can anyone let me know how can I move my all recorded data into the new system.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

socconsulting
Explorer
12-11-2018
12:31 AM
Do you need to export the old and already indexed logs and move them to the new system?
Then you can do an export of the old data via:
index="your-index" | table _raw | outputcsv old_records.csv
Or you can dump to disk using
dump basefilename= [rollsize=] [compress=] [format=] [fields=]
Look for "Export data using the dump command" on docs.splunk
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

adonio
Ultra Champion
12-10-2018
05:45 PM
What? Who? When? Where? and why?
please elaborate, i dont see how this is even a question
what is the problem you are trying to solve?
