Complex event processing (CEP) consists of high-speed processing of many events across all the layers of an organization.

learn more… | top users | synonyms

0
votes
1answer
33 views

create new event in output adapter streaminsight

I have the following problem in StreamInsight. I have a query where new tasks from an order came in and trigger an output adapter to make an prediction. The outputadapter writes the predicted task ...
0
votes
0answers
22 views

Remove previous events from Esper

I'm using Esper 4.9.0 and I have the following EPL query: select count(*) as xCount, x from StreamName.win:time_batch(10 sec) group by x order by xCount desc This works fine for the first batch ...
0
votes
1answer
46 views

Does WSO2 CEP with Esper engine support JMS Queues?

I want to send events to WSO2 CEP through ActiveMQ 'Queue'. Also i want to receive events in ActiveMQ 'Queue' processed by WSO2 CEP . I am wondering whether this is possible with Esper Engine ?
0
votes
1answer
21 views

esper: select from where statement event when no matches in where

I am trying to use a select statement where the values of a field depend on values from 2 windows. Also a where statement is used at the end to filter out event from 1 wiondow. Eg. Select ...
0
votes
2answers
48 views

Can WSO2 CEP 2.0.1 receive events from JMS queue?

Like in jms-twitter example WSO2 CEP is receiving events from JMS Topic, I want to receive the events from JMS Queue . Is it possible?
0
votes
2answers
109 views

About Siddhi pattern find

Does siddhi (http://siddhi-cep.blogspot.com/) / WSO2 have the functionality to work on query similar to 1) 5 error followed by success 2) 5 error followed by 5 fatal followed by 1 ...
0
votes
1answer
45 views

Is it possible for WSO2 CEP to receive message from ActiveMQ Queue?

I want to receive ActiveMQ 'Queue' message in WSO2 CEP instead of a Topic. Also after processing my message in WSO2 CEP i want to send the message in another 'Queue' of ActiveMQ.
1
vote
1answer
106 views

WSO2 CEP agent broker (KPI Analyzer) sample is not working with aggragate queries

I am working on Apache WSO2 CEP and I am trying to do some scenarios that fits my requirements. First I execute the sample that is explained in this link KPI Analyzer and I succced and see the ...
0
votes
1answer
29 views

WSO2 CEP Sample: Cannot start agent server on port 7761

I am trying to run the Access Analyzer sample. I tried to run the Java classes but it says "Cannot start agent server on port 7761" Please help...
0
votes
1answer
24 views

m2e and target folder in BusinessEvents Studio

I'm having a project in BusinessEvents Studio (Eclipse) that I'm slowly turning into a Maven project. I've added m2e to BusinessEvents Studio and given the project a POM. Regardless of being in the ...
0
votes
1answer
51 views

WSO2 CEP Management Console

I have installed WSO2 CEP on Linux. But when I tried to open the management console with the https:///carbon/, it says "The website is not available." I have the WSO2 CEP running (and it said WSO2 ...
0
votes
1answer
40 views

How do I trace CEP processing in WSO2 CEP?

I am attempting to emulate the Build Analyzer example with my own bucket and input stream. I believe I have set up everything correctly, but when I run test data, I do not get any results. The ...
0
votes
1answer
44 views

wso2 CEP error in event list

The post seems long but is is only because of data (samples and errors). I am trying to make a bucket mocking the buildFailed sample in cep 2.1.0. (This sample works). I have created my own stream ...
0
votes
1answer
75 views

WSO2 CEP siddhi Filter issue

I am trying to use the siddhi query langage but it seems I am misusing it. I have some events with the following streamdef : { 'name':'eu.ima.stat.events', 'version':'1.1.0', 'nickName': 'Flux ...
0
votes
0answers
55 views

Simple C#/Linux library and Web framework for a remote “RPC” like “Command Center” for a distributed real time complex event processor [closed]

I am building a "Command Center" on a distributed computing / real time complex event processor setup, where each major object in my object oriented design operates as an independent unit on an ...
0
votes
0answers
56 views

WSO2ESB- The 'name' attribute is required for a Proxy service definition

I have a problem in deploying this sample: "Complex Event Processing and Business Rule Management With SOA" (Link: ...
0
votes
1answer
49 views

Drools Temporal Rules

I'm newbie to the Drools. Here i'm trying to generate a notification if a process is running for longer than some time - let's say 5 minutes. To achieve the above I'm writing the following code in ...
0
votes
0answers
56 views

Complex event processing in Objective C [closed]

Is there a complex event processing engine in Objective-C?
0
votes
1answer
54 views

wso2 cep sequence detect missing event

I would like to define a query in cep/siddhi that detects a missing event in a sequence. I have 4 events that must occur within 5 minutes. (p1->p2->p3->p4 within 3000) How can I write the condition ...
0
votes
1answer
56 views

How to pipelined the Map-input-stream as events directly to WSO2-CEP without selecting or using the “Input mapping type”?

I am using WSO2-CEP with Esper(as runtime),Esper processed queries on Map as siddhi on tuples."Input Mapping type" basically declares the type of input conversion required for e.g XML-Mapping: XML to ...
2
votes
2answers
157 views

How can I run WSO2-CEP or WSO2-BAM and WSO2-BPS at the same machine at the same time?

I am working on event processing and business activity monitoring in SOA. I want to run WSO2-CEP and/or WSO2-BAM while WSO2-BPS is running. But the problem is that when I run WSO2-BPS to run my ...
0
votes
1answer
79 views

How should i proceed to achieve persistence with ESPER(with WSO2) in case of failover without using ESPERHA?

I am using WSO2 CEP-Server with esper as backEND-Runtime.WSO2 has provided persistence with siddhi(backEnd-runtime) using cassandra.I need to implement persistence with ESPER-CEP engine. Any thought ...
0
votes
1answer
29 views

wso2 new broker type

I have implemented a new Broker by extending the BrokerType and BrokerTypeFactory. I wanted to deploy this new Broker to WSO2 CEP. I created a broker.xml and placed it in repository/conf directory ...
1
vote
1answer
65 views

Is it possible to display data in WSO2 BAM which is analysed by WSO2 CEP?

I have data analysed using CEP which I want to display in BAM. I am using KPI analyzer sample - http://docs.wso2.org/wiki/display/CEP201/KPI+Analyzer Can you please tell me whether its possible to ...
1
vote
1answer
38 views

WSO2 DataPublisher

We have a 2 node WSO2 CEP cluster. We wanted to send events via thrift to the CEP cluster. We are using Wso2 databridge - DataPublisher on the client side. While we are able to send events over ...
0
votes
1answer
72 views

Receiving message over JMS - WSO2 CEP

I have following questions - 1. Does WSO2 CEP can listen to JMS queue also ? If yes, please share any article. 2. In case upstream application publishes message to topic and we have distributed (2 ...
1
vote
1answer
127 views

Distributed WSO2 CEP

If I have a distributed CEP setup with a JMS broker as the primary input. Now if we tell our client application to send event to Topic X, the events will be distributed to each node in the CEP ...
1
vote
1answer
156 views

cluster configuration for load balancing - WSO2 BAM/CEP

How WSO2 CEP or BAM can be load balanced ? What configuration changes required to make it in clustered mode (active-active). How publisher can send events over Thrift to this clustered server, please ...
0
votes
1answer
80 views

WSO2 Developer Studio - CEP Bucket

Is there any way to give some syntax or context help for writing EPL queries while creating buckets using WSO2 Developer Studio ? Is there any EPL query editor exist outside WSO2 stack ?
0
votes
0answers
82 views

Is StreamInSight really helpful in this scenario?

I am working on a project in which text files arrive on a FTP server. Since thhe FTP server is on local premises I am using a FileSystemWatcher for indication. After I get notified I am reading the ...
1
vote
1answer
99 views

WSO2 CEP Multiple rows in resultset

I wanted to know if the WSO2 CEP/Siddhi query supports returning multiple rows if yes how data from those rows can be mapped to the output XML ? e.g. my event stream has a field statusCode which can ...
0
votes
1answer
58 views

define stream with complex type attributes

org.wso2.siddhi.query.api.definition.Attribute can only define elements of type STRING, INT, LONG, FLOAT, DOUBLE, BOOL How to define stream with complex type elements. e.g. Address { String ...
2
votes
1answer
276 views

Calculating Exponential Moving Average using Esper

Looking for a way to calculate the Exponential Moving Average over a window of 5 EMA5 and EMA20 using Esper (EPL) statements. I have a stream of priceEvent (timeStamp , symbol and price) coming in ...
1
vote
1answer
74 views

Esper customer based queries well-suited for multiple customers

As I've understood it, Esper is built using Queries to distinguish between what's relevant and not in an incoming event. I'm considering using Esper, but I'm not sure if it's well suited for my ...
1
vote
1answer
68 views

Esper context usage for permission handling

I want to set up viewing permissions for different users in EPL query as follows: Users AllowedView U1 V1,V2 U2 V1,V3 U3 V2,V3 Input Events sequence are as: User View Amount 1. ...
1
vote
1answer
51 views

ASF (Apache Software Foundation) 2.0 licence

I have to select one of the following tools for developing an event processing part of a project, but this tool should be under the ASF 2.0 license. SIDDHI >> under ASF licence ETALIS >> under GNU ...
0
votes
0answers
28 views

How CEP events recieved from SOA processes architecture?

Suppose i am developing CEP application on top of SOA architecture . I want to monitor the flow of events in the architecture. CEP is constantly listening on the SOA bus for events. Is there a way ...
1
vote
2answers
103 views

Tracking a sequence of events using EPL

I am writing a Java-based web server monitor application that should be able to detect whenever a user browse, in a certain time frame, a given set of pages in a particular order. To this end, I am ...
2
votes
1answer
168 views

Esper window usage: Recalculation based on event leaving window

I need somewhat like this. //Create a named window (w1) Create window w1.... //then insert events into window insert into w1.... select amount,..... from.... where... //remove from window on ...
0
votes
1answer
110 views

StreamInsight, event matching

I ran into a situation with StreamInsight where I have 1 input source with different types of events that need to be treated differently, but are eventually matched with other events from the same ...
2
votes
1answer
117 views

Esper expression in another epl file

How to distribute expressions in other EPL files? I tried but there are two problems need to see. 1. Any EPL file cannot contain only 'Expression'.('Unexpected end' error) 2. Accessing expression ...
2
votes
0answers
154 views

Drools Fusion + Mule throws nullpointerexception

I'm trying to make a twitter app using mule+drools fusion, but I'm getting a null pointer exception in the rhs of one specific rule, "Tweet a caso sospechoso." I can't figure out. I think that the ...
2
votes
0answers
96 views

esper in custom rule engine

I need to implement a rule engine using ESPER For this I have to prepare query for rules (if there is any other optimized way, please suggest). Rules must be declarable as well as modifiable at run ...
1
vote
1answer
49 views

esper controlling event counts

I have used esper to join streams as: Now consider a scenario: 1. Two trades entered into system 2. Price arrived In this scenario Grouping stream will generate two outputs one each for a trade. And ...
0
votes
0answers
136 views

CEP (complex event processing) exisiting libraries for Java [closed]

I am looking for almost all available libraries for CEP (complex event processing). to make a comparison. It would be nice if you know some and support me with the link. I also interesed only in Java ...
1
vote
0answers
91 views

How to track Changes in StreamInSight?

In my project i need to track newly inserted rows in database table. And give those rows to .net application for processing.I went through StremInSight, it suits correctly.So What i want to know is ...
0
votes
1answer
47 views

WSO2 CEP get UDP feed

I have successfully installed wso2 cep engine on Solaris 10 box. As events I'm receiving UDP feed (pipe separated data lines). How can I configure CEP engine to receive the UDP feed and process it? ...
0
votes
1answer
99 views

How to recognize and verify a simple sequence of events with drools fusion

I'm unable to find the best way (the drools fusion way actually) to count "A" events between "B" events (STREAM mode). An example of sequence could be: B A A A B A A B A... A use case could be ...
0
votes
1answer
248 views

Cassandra Rainbird

Does anybody know if the rainbird project for aggregations in cassandra has been committed in the main project? Does anybody have advice about real-time analytic choices? I was thinking of S4 also ...
1
vote
1answer
320 views

WSO2 CEP vs BAM

I am trying to understand the whole WSO2 SOA topology, but not able to understand how the CEP and BAM fit together Can CEP provide visual monitoring of processed events e.g. integration with WSO2 GS ...

1 2