Developing an end-to-end transform solution

The following steps show how to use the Generic Log Adaptor to process a log file and transform its contents into common base events.
  1. Retrieve a log file, to be used as a template for script fragments and testing, from the log producer.
  2. Create a new adaptor file, which specifies the template to be used.
  3. Write the script fragment, which describes how to delimit messages within the log file, for the message extractor.
  4. Test the message extractor using the configuration file test views.
  5. Write script fragments for each attribute you want to populate within the common base event. You can write as many or as few as you want at a time.
  6. Test the attribute mappings using the configuration file test views.
  7. Continue writing script fragments and testing attribute mappings until the mappings are complete.
  8. Specify the output file you want the adaptor to publish its results to within the formatter.
You now have a configuration file that can be directly consumed by the Hyades Generic Log Adaptor runtime.
>