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
@@ -448,9 +448,9 @@ Maximum duration before AWS API request will be interrupted. Default to be 120 s
448
448
[float]
449
449
==== `amp` fileset settings
450
450
451
-
The Cisco AMP fileset focuses on collecting events from your Cisco AMP/Cisco Securi Endpoint API.
451
+
The Cisco AMP fileset focuses on collecting events from your Cisco AMP/Cisco Secure Endpoint API.
452
452
453
-
To configure the Cisco AMP fileset you will need to retrieve your client_id and client_key from the AMP dashboard.
453
+
To configure the Cisco AMP fileset you will need to retrieve your `client_id` and `api_key` from the AMP dashboard.
454
454
For more information on how to retrieve these credentials, please reference the https://api-docs.amp.cisco.com/api_resources?api_host=api.amp.cisco.com&api_version=v1[Cisco AMP API documentation].
455
455
456
456
The URL configured for the API depends on which region your AMP is located, currently there is 3 choices:
@@ -488,12 +488,13 @@ It is also possible to select how often Filebeat will check the Cisco AMP API. A
488
488
var.first_interval: 200h
489
489
var.interval: 60m
490
490
var.request_timeout: 120s
491
+
var.limit: 100
491
492
492
493
----
493
494
494
495
*`var.input`*::
495
496
496
-
The input from which messages are read. Supports httpjson(default) and file.
497
+
The input from which messages are read. Supports httpjson.
497
498
498
499
*`var.url`*::
499
500
@@ -516,6 +517,10 @@ timeout value for each request sent by Filebeat.
516
517
517
518
How far back you would want to collect events the first time the Filebeat module starts up. Supports amount in hours.
518
519
520
+
*`var.limit`*::
521
+
522
+
This value controls how many events are returned by the Cisco AMP API per page.
@@ -443,9 +443,9 @@ Maximum duration before AWS API request will be interrupted. Default to be 120 s
443
443
[float]
444
444
==== `amp` fileset settings
445
445
446
-
The Cisco AMP fileset focuses on collecting events from your Cisco AMP/Cisco Securi Endpoint API.
446
+
The Cisco AMP fileset focuses on collecting events from your Cisco AMP/Cisco Secure Endpoint API.
447
447
448
-
To configure the Cisco AMP fileset you will need to retrieve your client_id and client_key from the AMP dashboard.
448
+
To configure the Cisco AMP fileset you will need to retrieve your `client_id` and `api_key` from the AMP dashboard.
449
449
For more information on how to retrieve these credentials, please reference the https://api-docs.amp.cisco.com/api_resources?api_host=api.amp.cisco.com&api_version=v1[Cisco AMP API documentation].
450
450
451
451
The URL configured for the API depends on which region your AMP is located, currently there is 3 choices:
@@ -483,12 +483,13 @@ It is also possible to select how often Filebeat will check the Cisco AMP API. A
483
483
var.first_interval: 200h
484
484
var.interval: 60m
485
485
var.request_timeout: 120s
486
+
var.limit: 100
486
487
487
488
----
488
489
489
490
*`var.input`*::
490
491
491
-
The input from which messages are read. Supports httpjson(default) and file.
492
+
The input from which messages are read. Supports httpjson.
492
493
493
494
*`var.url`*::
494
495
@@ -511,6 +512,10 @@ timeout value for each request sent by Filebeat.
511
512
512
513
How far back you would want to collect events the first time the Filebeat module starts up. Supports amount in hours.
513
514
515
+
*`var.limit`*::
516
+
517
+
This value controls how many events are returned by the Cisco AMP API per page.
0 commit comments