+rule.getRuleLabel() +"Value:"+
map.get("beforeCriteriaFilter").get(0));
}
}).keyBy(alert -> alert.getMessage());
[image: Satır içi resim 1]
If pattern matched on windows2, how can i get window2(time or another
property) ?
2017-11-01 17:59 GMT+03:00 miki haiat :
> Can you pos
Hello,
I have a datastream with sliding windows. I want to ask how can i get which
window pattern matches?
ex window 3 : 11m-21m
[image: Satır içi resim 1]
ts and the second input carries commands
that change the patterns that you monitor.
Best,
Aljoscha
> On 18. Oct 2017, at 15:53, Erdem erdfem wrote:
>
> Hi,
>
> I want to know, can we change the pattern on runtime?
>
> I've read on stackoverflow "at the moment flink does not support". Does it
> change?
Hi,
I want to know, can we change the pattern on runtime?
I've read on stackoverflow "at the moment flink does not support". Does it
change?
quot;:1},
{"UserId":114,"user_gender":"E","quantity":1}]]
Alert [Kampanyalanmasi gereken musteri
[{"UserId":112,"user_gender":"E","quantity":1},
{"UserId":113,"user_gender":"E","quantity
Thank you Kostas
2017-10-10 17:47 GMT+03:00 Kostas Kloudas :
> The address is u...@flink.apache.org
>
> You have to subscribe as described here https://flink.apache.org/
> community.html <https://flink.apache.org/community.html>
>
> Kostas
>
> > On Oct 10, 2017,
PM, Kostas Kloudas
> wrote:
> >
> > Hi Erdem,
> >
> > Could you share also your pattern?
> > If the “first” pattern has no quantifier, then it is expected to have
> only one event.
> >
> > Kostas
> >
> >> On Oct 10, 2017, at 4:22 PM, Erdem
Hello,
I want to take get pattern events. I use below code. When debug, context
has one event. I cant see other events. Can you help me?
for (ObjectNode node : context.getEventsForPattern("first")) {
count += node.get(criterias.getPropName()).asInt();
}
Hello,
I am running flink from intellij or eclipse, but i dont see my job on the
flink dashboard
localhost:8081
What should i do?