Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
57 views

I develop WSO2 SI application containing 200+ different queries which process events from single stream. Queries contain multiple conditions, regexes, searches in in-memory tables. A little number of ...
Never Mind's user avatar
0 votes
1 answer
238 views

I'm trying to integrate Prometheus and Grafana with the latest version of WSO2 API Manager (4.2.0) and I'm following the below mentioned documentation. https://apim.docs.wso2.com/en/latest/observe/...
Lilan Mihiranga's user avatar
0 votes
1 answer
99 views

Here I have a siddhi application setup like below: WSO2 SP I have saved it and started it. I am trying to start an event in the cmd as shown below: Console log But I get this error; error message Any ...
Casper Andersen's user avatar
1 vote
2 answers
90 views

I have an issue with my web IDE. The WSO2 SP or siddhi-tooling-5.1.2 starts up as you would expect and I can open the website. However, in the console upon startup it gives this error. This is an ...
Casper Andersen's user avatar
0 votes
2 answers
121 views

I'm so confused I don't know how to perform mongo cdc with wso2 streaming integrator. I set up a mongo replicaset follow this doc. I config cdc source like below, but it doesn't work, I got these ...
nankiesof's user avatar
0 votes
1 answer
130 views

I am trying to build POC on connecting to PostgreSQL using Streaming Integrator with CDC listening mode. I am new to this WSO2 product-Streaming Integrator and I am not getting any example for ...
aditi21's user avatar
1 vote
2 answers
137 views

I am using WSO2 Streaming Integrator (WSO2 SI) with default deployment settings which is based on H2 database, but I am not able to find a way to browse H2 database from http://localhost:8082 As I ...
Ismail Anjrini's user avatar
0 votes
1 answer
135 views

I create a stream to read data from csv and write it in Postgresql it do everything just insert data on db: my csv consist of 1,test,1 my stream : @App:name("StockFile") @App:description('...
behzad's user avatar
  • 306
0 votes
1 answer
105 views

I have a siddhi app (wso2sp 4.4.0) that fails to deploy as soon as I add a second insert operation on one store. No problem with having one update or insert into followed by a second stream updating ...
AJ-ELS's user avatar
  • 11
0 votes
1 answer
166 views

I'm working in WSO2-SI (streaming integrator) and building some siddhi apps. I came to need to use a mongodb-store extension which is available in siddhi store. I installed the extensions and ...
Syed Muhammad Asad's user avatar
0 votes
1 answer
257 views

I want to read one million records from a CSV file and write to another CSV file with WSO2 streaming integrator. The problem is the slow speed of reading and writing data, almost 10 per second. WSO2 ...
Fateme Shahrabi's user avatar
0 votes
1 answer
239 views

I am running a simple Siddhi application as suggested on WSO2 documentation but I get the following exception. I'm following step 2 of this guide below https://ei.docs.wso2.com/en/latest/streaming-...
Saeid's user avatar
  • 23
0 votes
2 answers
3k views

This is my definition: @Store(type="elasticsearch", hostname="localhost", username="elastic", password="changeme", port='9200', index.name = 'frauds', index....
Jonas's user avatar
  • 119
1 vote
1 answer
157 views

Is there a way to let a WSO2 Stream Processor Siddhi application send messages to JMS queue in Tibco EMS? This guide here demonstrates how you can do it with ActiveMQ, but how can I set it up with ...
vod0029's user avatar
  • 45
0 votes
1 answer
340 views

I am trying to use WSO2 to schedule pooling data call every minutes to a REST API my business has and push that information to our centralize MQTT broker. I've been reading the documents of the ...
Jacob Marcil's user avatar
0 votes
2 answers
286 views

I've tried to setup a datasource connect to MySQL in deployment.yaml of WSO2 SI so that I can use it in my Siddhi apps. It worked fine as normal but when I restart MySQL, the datasource can not ...
Luong Dang's user avatar
0 votes
1 answer
86 views

We are having WSO2 APIM (still on 2.6.0) and as a PoC I tried to see the analytics (api-analytics 2.6.0 on MySQL). The analytics are collected, displayed, all seems to work good. On the DEV ...
gusto2's user avatar
  • 12.2k
0 votes
1 answer
226 views

I have a requirement to collect multiple events into a single one and consider it as a single event. The output stream should include the input events as a list. Basically, when the following events ...
Pavan Andhukuri's user avatar
0 votes
1 answer
63 views

does any one have an idea if Stream Integrator can be used in achieving mysql to mysql synchronisation ¿ where a change on Database A is reflected in B and vice versa. Thanks in advance
user1169907's user avatar
0 votes
2 answers
195 views

Can you help me please? I'm trying create a simple siddhi app on wso2 sp 4.4.0. I'm trying to load two files from two folders and after loading the data, the file will be deleted but only one folder ...
John's user avatar
  • 25
0 votes
1 answer
90 views

I have a requirement to execute a complex json processing. I have almost completed but struck with a logic of filtering the events based on an attribute. I know filtering on a normal basis but this is ...
Kaushik sriraman's user avatar
0 votes
2 answers
359 views

Using WSO2 SP, my app reads lines from the following CSV file: 20170801 000001237,1.321420,1.321510,0 20170801 000001487,1.321440,1.321530,0 20170801 000001737,1.321450,1.321530,0 20170801 000001987,...
roni762583's user avatar
0 votes
1 answer
244 views

I installed WSO2 Streaming Integrator using Docker Container. There is no word about how to install the editor in this tutorial but I need to have WSO2 SI editor. please give some points about how to ...
Mehdi Alisoltani's user avatar
0 votes
1 answer
171 views

I am facing a non-expected behaviour when using the clause output every along with table join clause. I have an basic app, with one input stream, and 2 tables, which store a different list of values. ...
Angel's user avatar
  • 3
1 vote
0 answers
219 views

I'm trying to use a queue from Tibco EMS as a source of the Siddhi application. For that, I used the documentation about ActiveMQ as a reference and generated successfully the OSGi-converted jar for ...
Nelson Dias's user avatar
0 votes
1 answer
307 views

I am new to WSO2 Sp and siddhi. I am trying to create custom siddhi extension. I used the below archetype to generate the skeleton extension and i tried modifying the function and streamfunction ...
Developer's user avatar
0 votes
1 answer
67 views

Unable to handle responses using 'regex' http.status.code in Siddhi In a reply to a question in the above-mentioned link you have said that "WSO2 SP 4.4.0 is based on Siddhi core 4x and is ...
Vigneshwaran's user avatar
-1 votes
1 answer
1k views

I am reading and doing WSO2 Stream Processor 4.4.0 Tutorial from its tutorial (Capturing+Changes+from+Data+Stores) step by step. But unfortunately WSO2SP could not get snapshot from database with ...
user3682508's user avatar
-1 votes
1 answer
75 views

I am looking for an Open source Business Intelligent (BI) Solutions for my organization. So I am trying WSO2 Stream Processor and I could not find any graphical Interface for building RDBMS Queries. ...
user3682508's user avatar
0 votes
1 answer
500 views

I'm trying to parse a JSON event stream using WSO2 Streaming Integrator / Siddhi but seem unsuccessful in getting the events properly into the stream. I'm using dockerimage wso2/streaming-integrator:1....
ikhenz's user avatar
  • 3
0 votes
1 answer
80 views

Siddhi Application to be created to connect to source and sink MQTT brokers. Now, while the source is connecting it has certificate to get connected but as far as I know Siddhi IO MQTT has only ...
2437850's user avatar
  • 287
0 votes
1 answer
578 views

I've got a system (WSO2SP) which uses PostgreSQL. It stores BLOBs and uses pg_largeobject. I don't have control over how the system uses this Postgres feature. The issue is that the table ...
Alexander Goida's user avatar
1 vote
1 answer
106 views

I'm getting a ssl handshake error on wso2 SP 4.4 when trying to consume an external api (elastic search). I already imported the certificate and chains into client-truststore.jks but the error ...
Ibra's user avatar
  • 11
0 votes
1 answer
194 views

I am using WSO2SP version 4.3.0 with regex extension : siddhi-execution-regex-4.1.2.jar. My code was working fine but whenever i restart my wso2sp instance i start getting error "Exception occurred ...
Rahul Anand's user avatar
0 votes
1 answer
488 views

I am trying to extract a valid json from text using Siddhi json Execution API. I have downloaded siddhi-execution-json-1.1.1.jar from wso2 store and following the example mentioned in the ...
Rahul Anand's user avatar
1 vote
1 answer
275 views

I have a json in text format on which i am using regex to extract part of it. My regex is working fine on online java regex tester but same regex is giving me null in wso2 stream processor. Regex : "(...
Rahul Anand's user avatar
1 vote
1 answer
201 views

I have a wso2 stream processor code where i am receiving input from kafka as text format because debezium mongodb connector gives out a lengthy output and it's not a valid json to send to WSO2. So, i ...
Rahul Anand's user avatar
1 vote
1 answer
134 views

The topic is too big for me and I'm struggling with identifying a clear question. And I cannot find something in WSO2 Stream Processor documentation. I've got a deployment of WSO2 SP on one machine. ...
Alexander Goida's user avatar
0 votes
1 answer
100 views

I have a WSO2 Stream Processor code running where i have 6 different Kafka topics as @source and respectively 6 Mysql Database connection. I am able to receive data in 5 topics but one, but the same ...
Rahul Anand's user avatar
1 vote
1 answer
997 views

I was trying to handle/receive all the responses with the 2xx status codes with the 'regex' http response code '2\d+' but it was not handling it as expected.When I enter the http status code directly (...
Vigneshwaran's user avatar
0 votes
1 answer
182 views

I'm getting string data in a stream and I would like to keep only the alphanumeric characters. I noticed that Siddhi offers a regexp function, as mentioned here. But the thing is it returns a Boolean ...
dilip sundar's user avatar
1 vote
1 answer
393 views

I am using kafka to get data to WSO2 stream processor in Json format, but I am getting the error "contains missing attributes.Hence dropping the message" error on every json file I send to wso2 kafka ...
Rahul Anand's user avatar
0 votes
2 answers
557 views

I am using stream processor 4.3.0 and need to access the H2 Database for it which comes by default in WSO2 SP application. Can some please help me here to access/browse the database. Thanks
2437850's user avatar
  • 287
0 votes
0 answers
171 views

I'm trying to install Python in my WSO2SP containers. This is my Dockerfile present in /alpine/base directory. # set base docker image to adoptopenjdk alpine based docker image FROM adoptopenjdk/...
dilip sundar's user avatar
0 votes
1 answer
83 views

I am currently using stream processor and was exploring to use oauth2 authorization while creating siddhi apps Basically, WSO2 Identity Server can act a Identity provider for authorization for stream ...
2437850's user avatar
  • 287
0 votes
1 answer
437 views

I am using stream processor 4.3.0 I have created one siddhi app which has source as mqtt and message type as json and in sink as well I am using mqtt and message as json. Basically, there is no ...
2437850's user avatar
  • 287
0 votes
1 answer
82 views

I am working on stream processor 4.3.0 and I need to access Siddhi user guide for checking on the source types and syntax. For some reason, this site is not reachable for MQTT and RabbitMQ. https://...
2437850's user avatar
  • 287
0 votes
1 answer
68 views

I am trying to change the jars inside wso2 4.4.0 worker container to the latest version instead the default one I have tried to: replace the jar inside the container change the jar before building ...
Parthasaradhi Terugu's user avatar
0 votes
1 answer
57 views

I'm using WSO2 Stream Processor and I need to use a stream that have attributes with '.' and '@'. There are any way to use them? For example replace that values in incoming events or something like ...
bygre14790's user avatar
1 vote
2 answers
64 views

i m trying to load data from mongodb collection. the collection contains more than 10M documents, and i cannot find any way to limit number of documents to be loaded by SP. Apparently WsoSO load all ...
Hassan's user avatar
  • 11