Skip to content

Commit f7e9d1b

Browse files
Marking CrowdStrike as Experimental (#5630) (#5632)
Signed-off-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com> (cherry picked from commit cb85547) Co-authored-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com>
1 parent 5762fe2 commit f7e9d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike

data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/CrowdStrikeSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package org.opensearch.dataprepper.plugins.source.crowdstrike;
22

33

4-
import com.google.common.annotations.Beta;
54
import org.opensearch.dataprepper.metrics.PluginMetrics;
65
import org.opensearch.dataprepper.model.acknowledgements.AcknowledgementSetManager;
76
import org.opensearch.dataprepper.model.annotations.DataPrepperPlugin;
87
import org.opensearch.dataprepper.model.annotations.DataPrepperPluginConstructor;
8+
import org.opensearch.dataprepper.model.annotations.Experimental;
99
import org.opensearch.dataprepper.model.buffer.Buffer;
1010
import org.opensearch.dataprepper.model.event.Event;
1111
import org.opensearch.dataprepper.model.plugin.PluginFactory;
@@ -27,7 +27,7 @@
2727
* 🚧 Work in progress — under active development.
2828
* Not ready for production use.
2929
*/
30-
@Beta
30+
@Experimental
3131
@DataPrepperPlugin(name = PLUGIN_NAME,
3232
pluginType = Source.class,
3333
pluginConfigurationType = CrowdStrikeSourceConfig.class,

0 commit comments

Comments
 (0)