Questions tagged [fiware-cep]

Fiware-cep refers to the PROTON-CEP enabler, a Java implementation of a complex event processor service including rules editor and a proactive event processor as a web service having REST API binding developed as part of the FIWARE platform.

Complex event processing (CEP) consists of high-speed processing of many events across all the layers of an organization, identifying the most meaningful events within the event cloud, analyzing their impact, and taking subsequent action in real time. The PROTON-CEP general enabler of the FIWARE project is the IBM Proactive Technology Online implementation of CEP for that platform, which works as a web service in containers such as Tomcat. Proton is an open source project managed on github and is well documented.

References:

17 questions
2
votes
2 answers

FiWare CEP (Proton) doesn't response via REST

I have some problems with CEP and I hope someone can help. I have a CEP instance in the FiWare Cloud, with the default setup. I have an event with 3 parameters, a temporal context which defines that starts at startup and never ends and nothing else…
Herczeg Ádám
  • 183
  • 3
  • 13
1
vote
2 answers

HA Cluster deployment of Orion context broker

If I plan to install multiple instances of Orion context broker in a high availability scenario like described here, I am wondering how event notifications are handled? So If I Register/subscribe to an specific Event, which occours then, will I be…
Jürgen Zornig
  • 1,174
  • 20
  • 48
1
vote
2 answers

Perseo front end is showing this errors in the logs: msg=missing subservice header msg=missing service header

Using perseo cep, I set a rule to it. I get this message in the Perseo fron End's Log: http://perseo-core:8080/perseo-core/rules returns {"code":200,"body":{}}. Then when I modify an attribute, in the Perseo Core's Log I see this message: msg=Firing…
1
vote
2 answers

PERSEO_NOTICES_PATH='/notices',PERSEO_RULES_PATH='/rules' create subscription 2 Orion from Cep & how notify rules & subscription between Orion & Cep

I want create a subscription From PERSEO CEP to Orion CB so that when a attribute change Perseo Cep throws a rule. How to use these 3 directives: - PERSEO_NOTICES_PATH='/notices', - PERSEO_RULES_PATH='/rules' - MAX_AGE In - MAX_AGE I want to set it…
1
vote
2 answers

fiware-perseo CEP is not sending emails I can't see the rules in mongo but when i run get rules yes

When I set a rule to send an email with fiware-perseo cep when an attribute change, I don't get the email and if I look for the rule in Mongo, I can't see it, but if I execute get rules from API get, I see the rule. I use docker and I don't know if…
1
vote
1 answer

Orion / Proton subscription: java.lang.NullPointerException parsing an event from Orion

My Proton instance fails with a java.lang.NullPointerException whenever an event is sent by Orion this is the Proton log: proton_1 | 01-Jul-2016 09:46:03.117 INFO [http-nio-8080-exec-1]…
dvd
  • 1,014
  • 6
  • 12
1
vote
1 answer

FIWARE CEP (Proton) REST ouput authentication error

I'm training to send an output event from FIWARE CEP (Proton), using the REST consumer, to an ActiveMQ queue. The credential for access the ActiveMQ queue are included in the URL, as http://user:passwrd@X.X.X.X:xxxx/api/message/myqueue, but I have…
1
vote
1 answer

Getting started with Fiware-CEP image on Fiware lab

I have launched the "cep-r3.3.3-img" image on the Fiware Lab. I have allowed the port 8080 to be accessible from the exterior. I can not access the proton interface visiting http://:8080/AuthoringTool/Main.html in the browser. I then tried…
Pedro
  • 449
  • 2
  • 9
1
vote
1 answer

Fiware CEP server stops responding

In developing in Fi-Cloud's CEP I've been having an issue that has been happening repeatedly. As I'm trying to develop a definition to perform a task, CEP's server and Authoring Tool stop responding, although ssh is still responsive. This issue…
A. Vieira
  • 1,213
  • 2
  • 11
  • 27
0
votes
1 answer

What is the value of the property PERSEO_ORION_URL=http://orion.docker:1026/v1/updateContext in V2 Version

I am configuring fiware Perso Cep and I have the value of this property for the V1 version but I am working with V2 version. I have look for but I only found the V1 value PERSEO_ORION_URL=http://orion.docker:1026/v1/updateContext I expect to se the…
0
votes
1 answer

How to create a event of CEP Ge using it,s rest API and interact it with my orion

I have launch a CEP instance on fiware-lab using cep-r5.4.3-img image.Now i want to perform a simple use case on CEP i.e. create a Event using it,s rest api.So i executed below command on postman: POST: …
0
votes
2 answers

Domain data / reference data implementation?

Fairly simple question, but I have not been able to find a way to do it via the docs. I am interested in a core set of reference data that all events can be compared against. In the simple example, there are segmentation contexts that talk about…
0
votes
1 answer

CEP 5.4.3, not triggering basic condition

using CEP i'm trying to make a basic example of communication between Proton and Orion. I simply want Proton to receive a notification of temperature from Orion and send back a payload changing one boolean attribute if the temperature value is…
GaspardF
  • 3
  • 1
0
votes
1 answer

REST paylod CEP in input event for CEP 5.4.3

the last year, I created an example for CEP and it worked. My example was very simple; I put 2 params in input events in json format like (http://proton:8080/ProtonOnWebServer/rest/events): { "Name":"InputEvent", "speed":"120", …
pasquy73
  • 563
  • 3
  • 13
0
votes
2 answers

Array Condition within EPA CEP PROTON

Using CEP Proton I want to check if, for the events received in a time interval, the id of the second and following events is contained in an attribute of type array coming in the first event. Let's say the first event is coming with the attribute…
jht
  • 141
  • 10
1
2