| 12345678910111213141516171819202122232425262728 |
- update /m3event/devops/alerts_status set alertgroup = '日志'
- ;
- select * from /m3event/devops/alerts_status where severity != 5 limit -1
- ;
- select alertgroup,alertkey,evtproccode,firstoccurrence,lastoccurrence,node,nodealias,policylevel,policyname,severity,status,summary,tally,id,entity,class from /m3event/devops/alerts_status where severity != 5 limit -1
- /**
- output()
- **/
- ;
- update /m3event/devops/ set status= 1231 where id in ('6513184388393225798')
- ;
- select id,status from /m3event/devops/alerts_status where id in ('6513184388393225798')
- /**
- output()
- **/
- ;
- select id,status from /m3event/devops/ where id in ('6513184388393225798')
- /**
- output()
- **/
- ;
|