I was able to easily export the extractor from old input and then import it to the new input using the web interface. Here is the JSON data in case anyone else out there is interested in extracting syslog IDs from a Cisco ASA. This will allow your to search your data using ASASyslogID.
Graylog Cisco ASA Syslog ID Extractor
{
"extractors": [
{
"condition_type": "none",
"condition_value": "",
"converters": [],
"cursor_strategy": "copy",
"extractor_config": {
"regex_value": "%ASA-\\w-(.{0,6})"
},
"extractor_type": "regex",
"order": 0,
"source_field": "message",
"target_field": "ASASyslogID",
"title": "ASA Syslog ID"
}
],
"version": "1.3.0 (04201bb)"
}