You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/CrowdStrikeService.java
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/models/CrowdStrikeApiResponse.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ public class CrowdStrikeApiResponse {
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/models/CrowdStrikeIndicatorResult.java
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/models/ThreatIndicator.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,6 @@
9
9
* Represents a threat intelligence indicator from CrowdStrike's API.
10
10
* This class encapsulates information about potential security threats,
11
11
* including indicators of compromise (IoCs) and associated metadata.
12
-
*
13
-
* <p>A threat indicator may include various attributes such as:
14
-
* <ul>
15
-
* <li>Type of the indicator (IP, Domain, Hash, etc.)</li>
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/main/java/org/opensearch/dataprepper/plugins/source/crowdstrike/rest/CrowdStrikeAuthClient.java
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -67,37 +67,43 @@ public void initCredentials() {
67
67
* @throws UnauthorizedException Runtime exception if the token cannot be retrieved.
68
68
*/
69
69
protectedvoidgetAuthToken() {
70
-
log.info(NOISY, "You are trying to access token");
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/test/java/org/opensearch/dataprepper/plugins/source/crowdstrike/CrowdStrikeNextLinkValidatorTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public class CrowdStrikeNextLinkValidatorTest {
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/crowdstrike-source/src/test/java/org/opensearch/dataprepper/plugins/source/crowdstrike/CrowdStrikeServiceTest.java
0 commit comments