Minecraft 1.14.5 server download






















Subway Surfers. TubeMate 3. Google Play. Adele convinces Spotify to remove shuffle from all albums. PS5 restock updates. Black Friday deals. Windows Windows. Most Popular. New Releases. Desktop Enhancements. Networking Software. Trending from CNET. Download Now. Editors' Review Download. Pros Startup splash screen: New software shouldn't leave you guessing, and Burning Studio Free's splash screen helped us learn about, recommend, and register the product registration is free.

Cons Not a full backup: Don't get us wrong; Burning Studio Free's backup feature is most welcome, but it's not a replacement for a solution that can back up and restore your entire system or discs when not if catastrophe strikes. Bottom Line Ashampoo's products have often impressed us with their performance -- not flashy style. Full Specifications. What's new in version 1. Version 1. Release January 26, Date Added January 26, Operating Systems. Additional Requirements None.

Total Downloads 6,, Downloads Last Week Report Software. Related Software. ImgBurn Free. PowerISO bit Free to try. PowerISO Free to try. User Reviews. Show Reviews. Developer's Description By Ashampoo. The Amazon Kinesis output plugin is an experimental plugin that is still in the early stages of development. It will batch up all of the points into one PUT request to Kinesis. This should save the number of API requests by a considerable level. The Timestream output plugin writes metrics to the Amazon Timestream service.

The Amon output plugin writes metrics to an Amon server. Metrics are written to a topic exchange using tag , defined in configuration file as RoutingTag , as a routing key. The Datadog output plugin writes to the Datadog Metrics API and requires an apikey which can be obtained here for the account. The Discard output plugin simply drops all metrics that are sent to it.

It is only meant to be used for testing purposes. It supports Elasticsearch releases from 5. The Exec output plugin sends Telegraf metrics to an external application over stdin. The health plugin provides a HTTP health check resource that can be configured to return a failure status code based on the value of a metric. When the plugin is healthy it will return a response; when unhealthy it will return a response.

The default state is healthy, one or more checks must fail in order for the resource to enter the failed state. Instrumental accepts stats in a format very close to Graphite, with the only difference being that the type of stat gauge, increment is the first token, separated from the metric itself by whitespace. The increment type is only used if the metric comes in as a counter through [[inputs.

The Azure Monitor custom metrics service is currently in preview and not available in a subset of Azure regions. Azure Monitor has a metric resolution of one minute. To handle this in Telegraf, the Azure Monitor output plugin automatically aggregates metrics into one minute buckets, which are then sent to Azure Monitor on every flush interval. The field name for each metric is written as the Azure Monitor metric name. All field values are written as a summarized set that includes min , max , sum , and count.

Tags are written as a dimension on each Azure Monitor metric. It requires a server name and a topic name. Plugin ID: outputs. It can output data in any of the supported output formats. For details on pricing, see the Stackdriver documentation. Metrics are grouped by the namespace variable and metric key, for example custom. Syslog messages are formatted according to RFC Telegraf aggregator plugins create aggregate metrics for example, mean, min, max, quantiles, etc.

The BasicStats aggregator plugin gives count , max , min , mean , s2 variance , and stdev for a set of values, emitting the aggregate every period seconds. The derivative aggregator plugin estimates the derivative for all fields of the aggregated metrics.

The final aggregator emits the last metric of a contiguous series. The contiguous series may be longer than the time interval defined by period. This is useful for getting the final value for data sources that produce discrete time series, such as procstat, cgroup, kubernetes, etc. The Histogram aggregator plugin creates histograms containing the counts of field values within a range. Values added to a bucket are also added to the larger buckets in the distribution.

This creates a cumulative histogram. Like other Telegraf aggregator plugins, the metric is emitted every period seconds. Bucket counts, however, are not reset between periods and will be non-strictly increasing while Telegraf is running.

The Merge aggregator plugin merges metrics together and generates line protocol with multiple fields per line. This optimizes memory and network transfer efficiency. Use this plugin when fields are split over multiple lines of line protocol with the same measurement, tag set, and timestamp on each. The MinMax aggregator plugin aggregates min and max values of each field it sees, emitting the aggregrate every period seconds. The quantile aggregator plugin aggregates specified quantiles for each numeric field per metric it sees and emits the quantiles every designated period.

The fields which will be counted must be configured with the fields configuration directive. When no fields are provided, the plugin will not count any fields. ValueCounter only works on fields of the type int , bool , or string.

Float fields are being dropped to prevent the creating of too many fields. The Converter processor plugin is used to change the type of tag or field values.

In addition to changing field types, it can convert between fields and tags. Values that cannot be converted are dropped. The Clone processor plugin creates a copy of each metric to preserve the original metric and allow modifications in the copied metric. The Dedup processor plugin filters metrics whose field values are exact repetitions of the previous values. The Defaults processor plugin allows you to ensure certain fields will always exist with a specified default value on your metrics.

The Enum processor plugin allows the configuration of value mappings for metric fields. The main use case for this is to rewrite status codes such as red , amber , and green by numeric values such as 0 , 1 , 2. The plugin supports string and bool types for the field values. Multiple Fields can be configured with separate value mappings for each field. The processor supports explicit configuration of a destination field.

By default the source field is overwritten. The execd processor plugin aruns an external program as a separate process. The Override processor plugin allows overriding all modifications that are supported by input plugins and aggregator plugins:. All metrics passing through this processor will be modified accordingly. Select the metrics to modify using the standard measurement filtering options.

Absent tags will be created. Use case of this plugin encompass ensuring certain tags or naming conventions are adhered to irrespective of input plugin configurations, e. The Parser processor plugin parses defined fields containing the specified data format and creates new metrics based on the contents of the field.

The Pivot processor plugin rotates single-valued metrics into a multi-field metric. This transformation often results in data that is easier to use with mathematical operators and comparisons. It also flattens data into a more compact representation for write operations with some output data formats. The Port Name Lookup processor plugin converts a tag containing a well-known port number to the registered service name.

The Regex processor plugin transforms tag and field values using a regular expression regex pattern. Specify lat and lon field values with WGS coordinates in decimal degrees. The Starlark processor plugin calls a Starlark function for each matched metric, allowing for custom programmatic metric processing.

The Strings processor plugin maps certain Go string functions onto InfluxDB measurement, tag, and field values. Values can be modified in place or stored in another key. Note that in this implementation these are processed in the order that they appear above. You can specify the measurement , tag or field that you want processed in each section and optionally a dest if you want the result stored in a new tag or field. You can specify lots of transformations on data with a single strings processor.

The Tag Limit processor plugin preserves only a certain number of tags for any given metric and chooses the tags to preserve when the number of tags appended by the data source is over the limit. This can be useful when dealing with output systems e. Stackdriver that impose hard limits on the number of tags or labels per metric or where high levels of cardinality are computationally or financially expensive.

The Template processor plugin applies a Go template to metrics to generate a new tag. Primarily used to create a tag for dynamic routing to multiple output plugins or to an output specific routing option. The TopK processor plugin is a filter designed to get the top series over a period of time. It can be tweaked to do its top K computation over a period of time, so spikes can be smoothed out. Note that depending on the amount of metrics on each computed bucket, more than K metrics may be returned.

The Unpivot processor plugin rotates a multi-field series into single-valued metrics. This transformation often results in data that is easier to aggregate across fields. External plugins are external programs that are built outside of Telegraf that can run through an execd plugin.

Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Telegraf and this documentation. To find support, the following resources are available:. Doc umentation. Operating system Linux macOS Windows. Status New Deprecated. Aerospike Plugin ID: inputs. Apache Aurora Plugin ID: inputs. Apache Mesos Plugin ID: inputs. Apache Solr Plugin ID: inputs. Apache Tomcat Plugin ID: inputs. Apache Zipkin Plugin ID: inputs. Apache Zookeeper Plugin ID: inputs.

Apcupsd Plugin ID: inputs. Bcache Plugin ID: inputs. Beat Plugin ID: inputs. Beanstalkd Plugin ID: inputs. Bond Plugin ID: inputs. Burrow Plugin ID: inputs. Cassandra Plugin ID: inputs. Ceph Storage Plugin ID: inputs. CGroup Plugin ID: inputs.

Chrony Plugin ID: inputs. ClickHouse Plugin ID: inputs. Conntrack Plugin ID: inputs. Consul Plugin ID: inputs. Couchbase Plugin ID: inputs. Disk Plugin ID: inputs. Directory Monitoring Plugin ID: inputs. Disque Plugin ID: inputs. Docker Plugin ID: inputs. Docker Log Plugin ID: inputs. Dovecot Plugin ID: inputs. Elasticsearch Plugin ID: inputs.

Elasticsearch Query Plugin ID: inputs. Ethtool Plugin ID: inputs. Exec Plugin ID: inputs. Execd Plugin ID: inputs. Fail2ban Plugin ID: inputs. Fibaro Plugin ID: inputs. File Plugin ID: inputs. Filecount Plugin ID: inputs. Filestat Plugin ID: inputs. Fireboard Plugin ID: inputs.

Fluentd Plugin ID: inputs. GitHub Plugin ID: inputs. Graylog Plugin ID: inputs. This plugin currently supports two types of endpoints: multiple e. HAproxy Plugin ID: inputs. Hddtemp Plugin ID: inputs. Use the HTTP input plugin. Icinga 2 Plugin ID: inputs. InfiniBand Plugin ID: inputs. InfluxDB v1. This plugin is compatible with InfluxDB 1. Intel Powerstat Plugin ID: inputs.

Interrupts Plugin ID: inputs. Ipset Plugin ID: inputs. IPtables Plugin ID: inputs. Jenkins Plugin ID: inputs. Jolokia Plugin ID: inputs. Jolokia2 Agent Plugin ID: inputs. Jolokia2 Proxy Plugin ID: inputs. Kapacitor Plugin ID: inputs. Kernel Plugin ID: inputs. Kibana Plugin ID: inputs. Kubernetes Plugin ID: inputs. Kubernetes Inventory Plugin ID: inputs. Logparser Plugin ID: inputs. Logstash Plugin ID: inputs. Lustre2 Plugin ID: inputs. Mailchimp Plugin ID: inputs. MarkLogic Plugin ID: inputs.

Mcrouter Plugin ID: inputs. Mdstat Plugin ID: inputs. Mem Plugin ID: inputs. Memcached Plugin ID: inputs. Minecraft Plugin ID: inputs.

Modbus Plugin ID: inputs. Monit Plugin ID: inputs. Multifile Plugin ID: inputs. Neptune Apex Plugin ID: inputs. Net Plugin ID: inputs. Netstat Plugin ID: inputs. Network Response Plugin ID: inputs. Nstat Plugin ID: inputs. Octoprint External Plugin ID: inputs. OpenTelemetry Plugin ID: inputs. Oracle Plugin ID: inputs. PF Plugin ID: inputs. PgBouncer Plugin ID: inputs. Phfusion Passenger Plugin ID: inputs. Ping Plugin ID: inputs. Postfix Plugin ID: inputs. Processes Plugin ID: inputs.

Procstat Plugin ID: inputs. Prometheus Format Plugin ID: inputs. Proxmox Plugin ID: inputs. Puppet Agent Plugin ID: inputs. Raindrops Middleware Plugin ID: inputs. Redfish Plugin ID: inputs. Redis Plugin ID: inputs. Riak Plugin ID: inputs.

Riemann Listener Plugin ID: inputs. Salesforce Plugin ID: inputs. Sensors Plugin ID: inputs. SFlow Plugin ID: inputs. Socket Listener Plugin ID: inputs. Stackdriver Plugin ID: inputs. StatsD Plugin ID: inputs. Suricata Plugin ID: inputs. Swap Plugin ID: inputs. Synproxy Plugin ID: inputs. Syslog Plugin ID: inputs.

Sysstat Plugin ID: inputs. System Plugin ID: inputs. Systemd Units Plugin ID: inputs. Tail Plugin ID: inputs. Teamspeak 3 Plugin ID: inputs. Telegraf v1. Temp Plugin ID: inputs. Trig Plugin ID: inputs. Twemproxy Plugin ID: inputs. Unbound Plugin ID: inputs. Varnish Plugin ID: inputs. Webhooks Plugin ID: inputs. Available webhooks Filestack Github Mandrill Rollbar Papertrail Particle Add new webhooks If you need a webhook that is not supported, consider adding a new webhook.

Windows Eventlog Plugin ID: inputs. Windows Services Plugin ID: inputs. Wireless Plugin ID: inputs. Wireguard Plugin ID: inputs. Amazon Kinesis Plugin ID: outputs. Amon Plugin ID: outputs. If the point value being sent cannot be converted to a float64 value, the metric is skipped.

Apache Kafka Plugin ID: outputs. BigQuery Plugin ID: outputs. Datadog Plugin ID: outputs. Discard Plugin ID: outputs. Dynatrace Plugin ID: outputs. Elasticsearch Plugin ID: outputs.



0コメント

  • 1000 / 1000