Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions workflow-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,31 +553,4 @@ DESCRIPTION
EXAMPLES
$ workflow-cli snapshot
```

## `workflow-cli opensearch-sync-rollup`

OpenSearch Rollup Job Creates/Updates

```
USAGE
$ workflow-cli opensearch-sync-rollup -u <value> -d <value> --region <value> --accessId <value> --accessKey <value>
--accountNumber <value> [--arn <value>] [-h] [--dryRun]

FLAGS
-d, --domainName=<value> (required) OpenSearch Domain
-h, --help Show CLI help.
-u, --hostname=<value> (required) OpenSearch url
--accessId=<value> (required) AWS access key id
--accessKey=<value> (required) AWS secret access key
--accountNumber=<value> (required) AWS account number
--arn=<value> AWS ARN
--dryRun Enables dry run
--region=<value> (required) AWS region

DESCRIPTION
OpenSearch Rollup Job Creates/Updates

EXAMPLES
$ workflow-cli opensearch-sync-rollup
```
<!-- commandsstop -->

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,69 +33,6 @@
}
}
],
"transitions": [
{
"state_name": "rp",
"conditions": {
"min_index_age": "14d"
}
}
]
},
{
"name": "rp",
"actions": [
{
"rollup": {
"ism_rollup": {
"target_index": "nrm-accessrollup",
"description": "nrm access external rollup job",
"page_size": 200,
"dimensions": [
{
"date_histogram": {
"source_field": "@timestamp",
"fixed_interval": "60m",
"timezone": "America/Vancouver"
}
},
{
"terms": {
"source_field": "url.path.keyword",
"target_field": "url_path_keyword"
}
},
{
"terms": {
"source_field": "url.domain",
"target_field": "url_domain"
}
}
],
"metrics": [
{
"source_field": "event.outcome",
"metrics": [
{
"value_count": {}
}
],
"target_field": "event_outcome_count"
},
{
"source_field": "event.duration",
"metrics": [
{
"avg": {}
}
],
"target_field": "event_duration_avg"
}
]
}
}
}
],
"transitions": [
{
"state_name": "force_merge_standby",
Expand Down

This file was deleted.

45 changes: 0 additions & 45 deletions workflow-cli/src/commands/opensearch-sync-rollup.ts

This file was deleted.

Loading