Muhammad Rafi

Results 24 comments of Muhammad Rafi

Hi @trinaths , I have tried with the devel and results are same, infact I try to compare this devel with the collections I download from galaxy, both modules are...

@trinaths, In your example above, you hard coded the parameters which is idempotent and even if you pass the variable via with_items will be OK too but as soon as...

I have same results with 2.9.16 and the 1.11.1 collections, has this been fixed yet ?

I have same issue, rather than raising new issue, thought to discuss here, here is my rulebook ``` - name: Listen Kafka Events for BGP Neighbors hosts: all sources: -...

> Are all those attributes defined in the event payload. You can just use the action: debug: > > to see what it prints that way we will know if...

``` - name: Reason for BGP State Down condition: events.body.fields.open_check_error_code == "neighbor-down" action: debug: msg: | **Device: {{ event.body.tags.source | default("missing") }} **BGP Neighbor: {{ event.body.tags.neighbor_address | default("missing") }} **Description:...

> @muhammad-rafi When you change it to this > > ``` > rules: > - name: Reason for BGP State Down > condition: events.body.fields.open_check_error_code == "neighbor-down" > action: > debug:...

thanks @mkanoor I have a same doubt, this may be happening, I may be dealing with 1000+ interesting events, I was looking for some work around to slow it down...

just to add, on the kafka we dont see any issue, it must be at my end.

@mkanoor any other thoughts on this one please ? this is still an issue