Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 50421 Details for
Bug 157682
Logs are not sorted within categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Plugin.xml with Apache logs reversed
plugin.xml (text/xml), 14.56 KB, created by
Malcom Zung
on 2006-09-18 15:24:42 EDT
(
hide
)
Description:
Plugin.xml with Apache logs reversed
Filename:
MIME Type:
Creator:
Malcom Zung
Created:
2006-09-18 15:24:42 EDT
Size:
14.56 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><?eclipse version="3.0"?> ><plugin> > > <extension-point id="staticParser" name="%ExtPoint.StaticParser" schema="schema/staticParser.exsd"/> > <extension-point id="logParser" name="%ExtPoint.LogParser" schema="schema/logParser.exsd"/> > <extension-point id="logParserSet" name="%ExtPoint.LogParserSet" schema="schema/logParserSet.exsd"/> > > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.adapter.config.outputters.StaticParserOutputter"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.adapter.config.sensors.StaticParserSensor"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.parsers.adapter.outputters.LogImportOutputter"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.parsers.internal.adapter.outputters.CBEtoCSVOutputter"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.parsers.internal.adapter.outputters.CBEtoMemoryOutputter"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.parsers.adapter.sensors.StaticParserSensor"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname > name="org.eclipse.hyades.logging.parsers.internal.adapter.formatters.LocalLogImportCBEFormatter"> > </componentClassname> > </extension> > <extension > point="org.eclipse.hyades.logging.adapter.adapterComponent"> > <componentClassname name="org.eclipse.hyades.logging.parsers.adapter.outputters.CBEXMLLogImportOutputter"/> > </extension> > ><!-- Log Parser sets --> > > <extension > point="org.eclipse.hyades.logging.parsers.logParserSet"> > <logParserSet > id="org.eclipse.hyades.logging.parsers.apacheLogParserSet" > label="Apache" > icon="./icons/full/obj16/apache_parser_obj.gif" > description="%ApacheLogParsersSet"/> > > </extension> > <extension > point="org.eclipse.hyades.logging.parsers.logParserSet"> > <logParserSet > id="org.eclipse.hyades.logging.parsers.microsoftLogParserSet" > label="Microsoft" > icon="./icons/full/obj16/log_parser_obj.gif" > description="%MicrosoftLogParsersSet"/> > > </extension> > <extension > point="org.eclipse.hyades.logging.parsers.logParserSet"> > <logParserSet > id="org.eclipse.hyades.logging.parsers.xmlLogParserSet" > label="XML" > icon="./icons/full/obj16/cbe_xml_parser_obj.gif" > description="%XMLLogParsersSet"/> > > </extension> > ><!-- Apache Error Log Parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_APACHE_ERR_LOG_IMPORT_NAME" > icon="./icons/full/obj16/apache_parser_obj.gif" > description="%STR_APACHE_ERR_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_APACHE_ERR_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.ApacheErrorLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.apacheLogParserSet"> > <field > useBrowse="true" > defaultValue="" > name="%STR_APACHE_ERR_LOG_IMPORT_FILE_PATH" > helpContextId="" > tooltip="%STR_APACHE_ERR_LOG_IMPORT_FILE_PATH_TOOLTIP" > id="file_path" > browseType="*.log"> > </field> > <field > useBrowse="false" > defaultValue="%STR_APACHE_ACCESS_LOG_DEFAULT_VERSION_UI_" > defaultRuntimeValue="1.3.20(static),1.3.26(static),2.0(static),1.3.x(rules),2.0.x(rules)" > name="%STR_APACHE_ERR_LOG_IMPORT_APACHE_VERSION" > helpContextId="" > tooltip="%STR_APACHE_ERR_LOG_IMPORT_APACHE_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> > <commonFields > characterEncoding="DEFAULT" > timeZone="DEFAULT"/> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="1.3.x(rules)" > value="./Apache/error/v1.3.26/regex.adapter"> > </parserParameter> > <parserParameter > name="2.0.x(rules)" > value="./Apache/error/v1.3.26/regex.adapter"> > </parserParameter> ><!-- Default should be defined in case a match cannot be found --> > <parserParameter > name="Default" > value="./Apache/error/v1.3.26/static.adapter"> > </parserParameter> > </parser> > </extension> > ><!-- Apache Access Log Parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_APACHE_ACCESS_LOG_IMPORT_NAME" > icon="./icons/full/obj16/apache_parser_obj.gif" > description="%STR_APACHE_ACCESS_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_APACHE_ACCESS_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.ApacheAccessLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.apacheLogParserSet"> > <field > useBrowse="true" > defaultValue="" > name="%STR_APACHE_ACCESS_LOG_IMPORT_FILE_PATH" > helpContextId="" > tooltip="%STR_APACHE_ACCESS_LOG_IMPORT_FILE_PATH_TOOLTIP" > id="file_path" > browseType="*.log"> > </field> > <field > useBrowse="false" > defaultValue="%STR_APACHE_ACCESS_LOG_DEFAULT_VERSION_UI_" > defaultRuntimeValue="1.3.20(static),1.3.26(static),2.0(static),1.3.x(rules),2.0.x(rules)" > name="%STR_APACHE_ACCESS_LOG_IMPORT_APACHE_VERSION" > helpContextId="" > tooltip="%STR_APACHE_ACCESS_LOG_IMPORT_APACHE_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> > <commonFields characterEncoding="DEFAULT"/> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="1.3.x(rules)" > value="./Apache/access/v1.3.26/regex.adapter"> > </parserParameter> > <parserParameter > name="2.0.x(rules)" > value="./Apache/access/v1.3.26/regex.adapter"> > </parserParameter> ><!-- Default should be defined in case a match cannot be found --> > <parserParameter > name="Default" > value="./Apache/access/v1.3.26/static.adapter"> > </parserParameter> > </parser> > </extension> ><!-- Common Base Event XML Log Parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_CBE_XML_LOG_IMPORT_NAME" > icon="./icons/full/obj16/cbe_xml_parser_obj.gif" > description="%STR_CBE_XML_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_CBE_XML_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.CommonBaseEventXMLLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.xmlLogParserSet"> > <field > useBrowse="true" > defaultValue="" > name="%STR_CBE_XML_LOG_IMPORT_FILE_PATH" > helpContextId="" > tooltip="%STR_CBE_XML_LOG_IMPORT_FILE_PATH_TOOLTIP" > id="file_path" > browseType="*"> > </field> > <field > useBrowse="false" > defaultValue="1.0.1" > name="%STR_CBE_XML_LOG_IMPORT_APACHE_VERSION" > helpContextId="" > tooltip="%STR_CBE_XML_LOG_IMPORT_APACHE_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> > <commonFields characterEncoding="DEFAULT"/> ><!-- Default should be defined in case a match cannot be found --> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" > value="./XML/CommonBaseEvent/v1.0.1/regex.adapter"> > </parserParameter> > </parser> > </extension> ><!-- Microsoft Windows application log parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_WINDOWS_APPLICATION_LOG_IMPORT_NAME" > icon="./icons/full/obj16/log_parser_obj.gif" > description="%STR_WINDOWS_APPLICATION_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_WINDOWS_APPLICATION_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.WindowsApplicationLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.microsoftLogParserSet"> > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" > defaultRuntimeValue="All" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_APPLICATION_LOG_IMPORT_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> ><!-- Default should be defined in case a match cannot be found --> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" > value="./Windows/application/nl/regex.adapter"> > </parserParameter> > </parser> > </extension> ><!-- Microsoft Windows security log parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_WINDOWS_SECURITY_LOG_IMPORT_NAME" > icon="./icons/full/obj16/log_parser_obj.gif" > description="%STR_WINDOWS_SECURITY_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_WINDOWS_SECURITY_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.WindowsSecurityLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.microsoftLogParserSet"> > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" > defaultRuntimeValue="All" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_SECURITY_LOG_IMPORT_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> ><!-- Default should be defined in case a match cannot be found --> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" > value="./Windows/security/nl/regex.adapter"> > </parserParameter> > </parser> > </extension> ><!-- Microsoft Windows system log parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_WINDOWS_SYSTEM_LOG_IMPORT_NAME" > icon="./icons/full/obj16/log_parser_obj.gif" > description="%STR_WINDOWS_SYSTEM_LOG_IMPORT_DESCRIPTION" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_WINDOWS_SYSTEM_LOG_IMPORT_NAME" > id="org.eclipse.hyades.logging.parsers.WindowsSystemLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.microsoftLogParserSet"> > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" > defaultRuntimeValue="All" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_SYSTEM_LOG_IMPORT_VERSION_TOOLTIP" > ui_type="combobox" > id="version"> > </field> ><!-- Default should be defined in case a match cannot be found --> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" > value="./Windows/system/nl/regex.adapter"> > </parserParameter> > </parser> > </extension> > <!-- Java Logging XML log Parser extension point --> > <extension > point="org.eclipse.hyades.logging.parsers.logParser"> > <parser > name="%STR_JAVA_LOGGING_XML_LOG_IMPORT_NAME_UI_" > icon="./icons/full/obj16/cbe_xml_parser_obj.gif" > description="%STR_JAVA_LOGGING_XML_LOG_IMPORT_DESCRIPTION_UI_" > class="org.eclipse.hyades.logging.adapter.config.StaticParserWrapper" > ui_name="%STR_JAVA_LOGGING_XML_LOG_IMPORT_NAME_UI_" > id="org.eclipse.hyades.logging.parsers.JavaLoggingXMLLogParser" > parserSetId="org.eclipse.hyades.logging.parsers.xmlLogParserSet"> > <field > useBrowse="true" > defaultValue="" > name="%STR_JAVA_LOGGING_XML_LOG_IMPORT_FILE_PATH_UI_" > helpContextId="" > tooltip="%STR_JAVA_LOGGING_XML_LOG_IMPORT_FILE_PATH_TOOLTIP_UI_" > id="file_path" > browseType="*"> > </field> > <field > useBrowse="false" > defaultValue="1.4,5" > name="%STR_JAVA_LOGGING_XML_LOG_IMPORT_VERSION_UI_" > helpContextId="" > tooltip="%STR_JAVA_LOGGING_XML_LOG_IMPORT_VERSION_TOOLTIP_UI_" > ui_type="combobox" > id="version"> > </field> > <commonFields characterEncoding="DEFAULT"/> ><!-- Default should be defined in case a match cannot be found --> ><!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" > value="./XML/Java/logging/v1.4/static.adapter"> > </parserParameter> > </parser> > </extension> ></plugin>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 157682
: 50421