Home
last modified time | relevance | path

Searched refs:retention (Results 226 – 250 of 4277) sorted by relevance

12345678910>>...172

/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. If all Jobs are pruned (i.e. the v…
3 …n the Pool and you want to cycle through them and you have specified the correct retention periods.
/dports/www/bareos-webui/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. If all Jobs are pruned (i.e. the v…
3 …n the Pool and you want to cycle through them and you have specified the correct retention periods.
/dports/www/bareos18-webui/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. If all Jobs are pruned (i.e. the v…
3 …n the Pool and you want to cycle through them and you have specified the correct retention periods.
/dports/www/bareos19-webui/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-RecycleOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. If all Jobs are pruned (i.e. the v…
3 …n the Pool and you want to cycle through them and you have specified the correct retention periods.
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_cli/lib/rabbitmq/cli/streams/commands/
H A Dset_stream_retention_policy_command.ex29 "Setting retention policy of stream queue #{name} to #{retention_policy} ..."
37 ["<policy>", "retention policy"]
49 def description(), do: "Sets the retention policy of a stream queue"
/dports/devel/awscli/awscli-1.20.61/awscli/examples/logs/
H A Ddelete-retention-policy.rst1 The following command removes the retention policy that has previously been applied to a log group …
3 aws logs delete-retention-policy --log-group-name my-logs
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/kinesis_stream/tasks/
H A Dmain.yml126 - name: 'Increase the retention period (CHECK_MODE)'
138 - name: 'Increase the retention period'
143 - name: 'Assert state is changed when changing the retention period'
156 - name: 'Increase the retention period - Idempotency (CHECK_MODE)'
168 - name: 'Increase the retention period - Idempotency'
173 - name: 'Assert state is not changed when not changing the retention period'
186 - name: 'Decrease the retention period (CHECK_MODE)'
198 - name: 'Decrease the retention period'
203 - name: 'Assert state is changed when changing the retention period'
216 - name: 'Decrease the retention period - Idempotency (CHECK_MODE)'
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/spanner/backups/
H A Dupdate_metadata.yaml11 To update the backup metadata with a retention period, run:
13 $ {command} BACKUP_ID --instance=INSTANCE_NAME --retention-period=2w
32 - arg_name: retention-period
/dports/databases/pg_partman/pg_partman-4.5.1/test/test_native/
H A Dtest-id-time-subpart-native.sql442 UPDATE part_config SET retention = '10', retention_keep_table = false WHERE parent_table = 'partman…
443 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
444 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
445 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
446 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
447 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
448 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
449 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
H A Dtest-id-time-subpart-custom-start-native.sql482 UPDATE part_config SET retention = '10', retention_keep_table = false WHERE parent_table = 'partman…
483 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
484 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
485 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
486 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
487 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
488 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
489 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/tests/kafka-rust-image/
H A Dsecure.server.properties94 log.retention.hours=168
96 # A size-based retention policy for logs. Segments are pruned from the log as long as the remaining
97 # segments don't drop below log.retention.bytes.
98 #log.retention.bytes=1073741824
104 # to the retention policies
105 log.retention.check.interval.ms=300000
107 …he log cleaner is disabled and the log retention policy will default to just delete segments after…
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/operations/
H A Dmetrics.py7 def set_metrics(client, retention, hour=None, minute=None, api=None, timeout=None): argument
9 s.set_metrics(retention, hour, minute, api, timeout)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dcreate_topics_request_test.go26 retention := "-1"
37 "retention.ms": &retention,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Dcreate_topics_request_test.go26 retention := "-1"
37 "retention.ms": &retention,
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dcreate_topics_request_test.go26 retention := "-1"
37 "retention.ms": &retention,
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Dtablespace_summary.py902 def retention(self): member in TablespaceSummary
916 @retention.setter
917 def retention(self, retention): member in TablespaceSummary
927 if not value_allowed_none_or_none_sentinel(retention, allowed_values):
928 retention = 'UNKNOWN_ENUM_VALUE'
929 self._retention = retention
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/solarwinds/internal/papertrail/
H A Dpapertrail_logger.go78 func NewLogger(paperTrailURL string, retention time.Duration, logConfigs map[string]*config.Params_…
81 if retention.Seconds() <= float64(0) {
82 retention = defaultRetention
89 retentionPeriod: retention,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/pages/flags/__snapshots__/
H A DFlags.test.tsx.snap227 key="storage.tsdb.retention"
230 storage.tsdb.retention
237 key="storage.tsdb.retention.size"
240 storage.tsdb.retention.size
247 key="storage.tsdb.retention.time"
250 storage.tsdb.retention.time
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/flags/__snapshots__/
H A DFlags.test.tsx.snap227 key="storage.tsdb.retention"
230 storage.tsdb.retention
237 key="storage.tsdb.retention.size"
240 storage.tsdb.retention.size
247 key="storage.tsdb.retention.time"
250 storage.tsdb.retention.time
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/__snapshots__/
H A DFlags.test.tsx.snap227 key="storage.tsdb.retention"
230 storage.tsdb.retention
237 key="storage.tsdb.retention.size"
240 storage.tsdb.retention.size
247 key="storage.tsdb.retention.time"
250 storage.tsdb.retention.time
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/graphite/components/
H A DMetricTankMetaInspector.tsx25 (acc, bucket) => acc + (bucket.retention ? rangeUtil.intervalToSeconds(bucket.retention) : 0),
47 … const bucketLength = bucket.retention ? rangeUtil.intervalToSeconds(bucket.retention) : 0;
52 <div key={bucket.retention} className={styles.bucket}>
58 <div style={{ flexGrow: 100 - lengthPercent }}>{bucket.retention}</div>
/dports/databases/pg_partman/pg_partman-4.5.1/test/
H A Dtest-time-id-subpart.sql508 UPDATE part_config SET retention = '2 days', retention_keep_table = false WHERE parent_table = 'par…
509 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
510 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
511 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
512 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
513 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
514 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
515 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
516 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
517 UPDATE part_config SET retention = '25', retention_keep_table = false WHERE parent_table = 'partman…
/dports/net-mgmt/thanos/thanos-0.11.0/docs/components/
H A Dcompact.md42 …ears. In other words, if you set `--retention.resolution-raw` less then `--retention.resolution-5m…
48 Ideally, you will have equal retention set (or no retention at all) to all resolutions which allow …
50 Not setting this flag, or setting it to `0d`, i.e. `--retention.resolution-X=0d`, will mean that sa…
110 --retention.resolution-raw=0d
114 --retention.resolution-5m=0d
118 --retention.resolution-1h=0d
/dports/misc/libpri/libpri-1.6.0/doc/
H A Dcc_qsig_monitor.fsm54 * Negotiated CC retention setting saved
55 * Negotiated signaling link retention setting saved
65 * signaling link retention requirement.
117 * Negotiated CC retention setting saved
118 * Negotiated signaling link retention setting saved
/dports/news/nzbget/nzbget-21.1/daemon/nntp/
H A DNewsServer.cpp27 int maxConnections, int retention, int level, int group, bool optional) : in NewsServer() argument
30 m_cipher(cipher ? cipher : ""), m_maxConnections(maxConnections), m_retention(retention), in NewsServer()

12345678910>>...172