@Andreas_Herz ,
I found the root cause behind it. For some reason ,my automation script was replacing the default rule path with /etc/suricata/rule in config file and suricata.rule was missing from the this path.
I made the changes to default path as var/lib/suricata/rule, It worked .
Thanks for your help.