Hi,

I wrote a window extension for Siddhi (implementing Stremlib library) which
suppose to be keeping most frequent K events in the window. According to
the logs, the window in functional.
Now I need to get the events which are *inside* the window into an output
stream.
Im using below siddhi query,

from topkeventstream#window.custom:topKfrequency("3","1",symbol)
insert into topkresultstream symbol

, this gives me following error
line 2:29 extraneous input 'symbol' expecting EOF

Does someone has any idea on this ?

BR

*Asok Aravinda Perera*
Software Engineer
WSO2, Inc.;http://wso2.com/
<http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2F&sa=D&sntz=1&usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ>
lean.enterprise.middleware

Mobile: +94722241032
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to