All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eams-storm.0.9.20.source-code.access-log.xml Maven / Gradle / Ivy

The newest version!
<container id="access-log">
    <!-- 
    	A sample user-input data stream, reading from the zattoo.log.gz file provided
    	in the src/test/resources directory
     -->
    <stream id="input" class="stream.io.LineStream"
        	url="http://192.168.10.10/data/access.log" />


    <process id="process:input" input="input">   	
    	<!-- 
    		<stream.logger.Message message="'bla' is processing item" />
    	 -->
    	 
    	 <!--  This processor adds a simple delay of 1 second to the stream. -->
    	 <stream.flow.Delay time="1s" />
    	 <PrintData />
    </process>

</container>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy