You can download eagle-alert-process-0.4.0.jar in this page.
Apache License
eagle-alert-process-0.4.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.eagle/eagle-alert-process/pom.properties META-INF/maven/org.apache.eagle/eagle-alert-process/pom.xml META-INF/services/org.apache.eagle.policy.PolicyEvaluatorServiceProvider org.apache.eagle.alert.config.DeduplicatorConfig.class org.apache.eagle.alert.config.EmailNotificationConfig.class org.apache.eagle.alert.config.NotificationConfig.class org.apache.eagle.alert.config.Remediation.class org.apache.eagle.alert.dedup.AlertDeduplicationExecutorBase.class org.apache.eagle.alert.dedup.AlertEmailDeduplicationExecutor.class org.apache.eagle.alert.dedup.AlertEntityDeduplicationExecutor.class org.apache.eagle.alert.dedup.DefaultDeduplicator.class org.apache.eagle.alert.dedup.EntityDedupKey.class org.apache.eagle.alert.dedup.EntityDeduplicator.class org.apache.eagle.alert.dedup.EntityTagsUniq.class org.apache.eagle.alert.executor.AlertExecutor.class org.apache.eagle.alert.executor.AlertExecutorCreationUtils.class org.apache.eagle.alert.notification.AlertEmailGenerator.class org.apache.eagle.alert.notification.AlertNotificationExecutor.class org.apache.eagle.alert.persist.AlertPersistExecutor.class org.apache.eagle.alert.persist.EaglePersist.class org.apache.eagle.alert.siddhi.SiddhiAlertAPIEntityRender.class table-create.script
eagle-alert-process-0.4.0.pom file content.
<?xml version="1.0"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one or more ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ The ASF licenses this file to You under the Apache License, Version 2.0 ~ (the "License"); you may not use this file except in compliance with ~ the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-parent</artifactId> <version>0.4.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>jar</packaging> <artifactId>eagle-alert-process</artifactId> <name>eagle-alert-process</name> <dependencies> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-embed-server</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-embed-server</artifactId> <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-embed-hbase</artifactId> <version>${project.version}</version> <classifier>tests</classifier> <exclusions> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId> </exclusion> </exclusions> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-embed-hbase</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId> </exclusion> </exclusions> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-metric</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.wso2.siddhi</groupId> <artifactId>siddhi-core</artifactId> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> <exclusion> <groupId>org.apache.log4j.wso2</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>jdk.tools</groupId> <artifactId>jdk.tools</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wso2.siddhi</groupId> <artifactId>siddhi-extension-string</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-stream-process-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-notification-plugin</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>test-jar</id> <phase>test-compile</phase> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.eagle</groupId> <artifactId>eagle-alert-process</artifactId> <version>0.4.0</version> </dependency>
If you think the following eagle-alert-process-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download eagle-alert-process-0.4.0.jar file