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 73420 Details for
Bug 195998
Sensor/Extractor XPath filtering does not work in remote log import scenario
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.
Modified Apache access log adapter file with XPath sensor filter specification
static.adapter (text/plain), 5.98 KB, created by
Dave Smith
on 2007-07-10 10:32:01 EDT
(
hide
)
Description:
Modified Apache access log adapter file with XPath sensor filter specification
Filename:
MIME Type:
Creator:
Dave Smith
Created:
2007-07-10 10:32:01 EDT
Size:
5.98 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!-- > Copyright (c) 2005,2007 IBM Corporation and others. > All rights reserved. This program and the accompanying materials > are made available under the terms of the Eclipse Public License v1.0 > which accompanies this distribution, and is available at > http://www.eclipse.org/legal/epl-v10.html > $Id: static.adapter,v 1.8 2007/03/11 06:35:05 dnsmith Exp $ > > Contributors: > IBM - Initial API and implementation >--> ><adapter:Adapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adapter="http://www.eclipse.org/hyades/schema/Adapter.xsd" xmlns:cc="http://www.eclipse.org/hyades/schema/ComponentConfiguration.xsd" xmlns:ex="http://www.eclipse.org/hyades/schema/Extractor.xsd" xmlns:hga="http://www.eclipse.org/hyades/schema/Context.xsd" xmlns:op="http://www.eclipse.org/hyades/schema/Outputter.xsd" xmlns:parser="http://www.eclipse.org/hyades/schema/Parser.xsd" xmlns:pu="http://www.eclipse.org/hyades/schema/ProcessUnit.xsd" xmlns:sensor="http://www.eclipse.org/hyades/schema/Sensor.xsd" xmlns:Sensor="http://www.eclipse.org/hyades/schema/Sensor.xsd" xsi:schemaLocation="http://www.eclipse.org/hyades/schema/ProcessUnit.xsd ProcessUnit.xsd http://www.eclipse.org/hyades/schema/Context.xsd Context.xsd http://www.eclipse.org/hyades/schema/ComponentConfiguration.xsd ComponentConfiguration.xsd http://www.eclipse.org/hyades/schema/Sensor.xsd Sensor.xsd"> > <hga:Contexts> > <hga:Context description="A simple context processor provided by Hyades. Components are run in the order they are declared on a single thread per context." executableClass="org.eclipse.hyades.logging.adapter.impl.BasicContext" implementationCreationDate="2003-10-01T12:00:00" implementationVersion="1.0.0" implementationVersionDescription="Initial release in Hyades" loggingLevel="50" name="Basic Context Implementation" role="context" roleCreationDate="2003-10-01T12:00:00" roleVersion="1.0.0" roleVersionDescription="Initial Context role " uniqueID="StaticParserContextID1"> > <hga:Component description="Runs a static parser" executableClass="org.eclipse.hyades.logging.adapter.config.sensors.StaticParserSensor" implementationCreationDate="2003-10-01T12:00:00" implementationVersion="1.0.0" implementationVersionDescription="Runs a static parser" loggingLevel="50" name="StaticParserSensor" role="sensor" roleCreationDate="2003-10-01T12:00:00" roleVersion="1.0.0" roleVersionDescription="initial release" uniqueID="sensorID1"/> > <hga:Component description="Log Import Outputter" executableClass="org.eclipse.hyades.logging.adapter.config.outputters.StaticParserOutputter" implementationCreationDate="2003-10-07T12:00:00" implementationVersion="1.0.0" implementationVersionDescription="A simple CBE outputter that takes a CBE and writes it to a UI logger" loggingLevel="50" name="Log Import Outputter" role="outputter" roleCreationDate="2003-10-07T12:00:00" roleVersion="1.0.0" roleVersionDescription="initial release" uniqueID="AdapterStaticParserOutputterID1"/> > <hga:Component description="CBE File Outputter" executableClass="org.eclipse.hyades.logging.adapter.outputters.CBEFileOutputter" implementationCreationDate="2006-09-07T13:55:02" implementationVersion="1.0" loggingLevel="50" name="CBE File Outputter" role="outputter" roleCreationDate="2006-09-07T13:55:02" roleVersion="1.0.0" uniqueID="N33333D80E9A11DB8000DF587DEE0353"/> > <hga:Component description="CBE Log Outputter" executableClass="org.eclipse.hyades.logging.adapter.outputters.CBELogOutputter" implementationCreationDate="2006-09-07T13:55:06" implementationVersion="1.0" loggingLevel="50" name="CBE Log Outputter" role="outputter" roleCreationDate="2006-09-07T13:55:06" roleVersion="1.0.0" uniqueID="N51476F80E9A11DB8000DF587DEE0353"/> > </hga:Context> > </hga:Contexts> > <cc:Configuration description="" uniqueID=""> > <cc:ContextInstance continuousOperation="false" description="" maximumIdleTime="15000" pauseInterval="10" uniqueID="StaticParserContextID1"> > <cc:Sensor description="" uniqueID="sensorID1" confidenceBufferSize="512" fileFooterSize="0" maximumBlocking="10" type="StaticParserSensor"> > <pu:Property propertyName="directory" propertyValue=""/> > <pu:Property propertyName="fileName" propertyValue=""/> > <pu:Property propertyName="parserClassName" propertyValue="org.eclipse.hyades.logging.parsers.ApacheAccessLogParser"/> > <pu:Property propertyName="filter" propertyValue="/CommonBaseEvent[(@severity >= '30')]"/> > <pu:Property propertyName="filterExitClass" propertyValue="org.eclipse.hyades.logging.parsers.util.ApacheAccessLogFilterExit"/> > <pu:Property propertyName="version" propertyValue="default"/> > <sensor:StaticParserSensor directory="" fileName="" parserClassName="org.eclipse.hyades.logging.parsers.ApacheAccessLogParser"/> > </cc:Sensor> > <cc:Outputter description="Static Parser Outputter" uniqueID="AdapterStaticParserOutputterID1" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Apache HTTP Server V1.3.20, V1.3.26, V2.0 access log files"/> > <pu:Property propertyName="waitUntilLoggingTime" propertyValue="15000"/> > <op:LoggingAgentOutputterType agentName="Apache HTTP Server V1.3.20, V1.3.26, V2.0 access log files" waitUntilLoggingTime="15000"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" disabled="true" uniqueID="N33333D80E9A11DB8000DF587DEE0353" type="SingleFileOutputter"> > <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> > <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" disabled="true" uniqueID="N51476F80E9A11DB8000DF587DEE0353" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> > <op:LoggingAgentOutputterType agentName="Default CBE Logging Agent"/> > </cc:Outputter> > </cc:ContextInstance> > </cc:Configuration> ></adapter:Adapter>
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 195998
: 73420 |
83696