- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Injector tool & unx files
Hello,
I need to learn how to use the injector tool since I need to test some unknown events with an xml parser that was created manually with the ESI tool. In order to use the injector tool we need to give a .unx file. Is that correct? I have tried using a txt file with raw logs but the event weren't imported successfully and the device was not recognized. Can you please inform how the injector tool works and how to obtain a unx file with the events (in what structure the events are required?)
Thanks,
Eleni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Eleni,
What I have done is to collect the events into Envision, even if they are unknown and then used lsdata to grab the data and put it into a unx file, so something like:
lsdata -d 0 -time <start> <end> -devices "<ipaddress>" > device.unx
That should give you your data that can then be injected for testing.
Paul
