We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37901e6 commit e075c85Copy full SHA for e075c85
1 file changed
src/source_plugin/mod.rs
@@ -100,8 +100,8 @@ impl EderaSourcePluginInstance {
100
101
impl SourcePlugin for EderaPlugin {
102
type Instance = EderaSourcePluginInstance;
103
- const EVENT_SOURCE: &'static CStr = c"edera-zone";
104
- const PLUGIN_ID: u32 = 999; //unassigned/TBD
+ const EVENT_SOURCE: &'static CStr = c"edera_zone";
+ const PLUGIN_ID: u32 = 26;
105
type Event<'a> = falco_event::events::RawEvent<'a>;
106
107
fn open(&mut self, _params: Option<&str>) -> Result<Self::Instance, Error> {
0 commit comments