Commit Graph

64 Commits (8f54e8963b0c393601e03b49a968e16fd953f6c1)

Author SHA1 Message Date
lwandzura 8943c6394e
deprecated talk event handler (#4379) 2022-08-23 10:20:40 -05:00
Scott Anderson fed1488e7d fix menu items with external URLs, closes #3797 2022-02-22 10:00:03 -07:00
kelseiv 421bf757f4
add kapa 1.6.2 release notes (#3164)
* add kapa 1.6.2 release notes

* update release date

* add new featurre to RNs

* kapa 1.6.2 updates for template-id

* add new release note

* add new option for tasks

* swap option w property; clarify API response upd

* Auto create task logs db (#3198)

* kapa 1.6.2 updates

* update jsonCompact detail

* fix typos

* add jsonCompact

* add info about Flux log bucket/db

* fix typo

* change bucket to db for 1.x

* add link

* edits

* update config example

* update 2.0 config example

* add link to task templates

* add link to using Flux tasks with Kapactor

* minor edits

* update config file

* add quotes for consistency

* edits

* remove extra line

* remove template-id as query parameter

* another bug fix from Sam

* Update content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/kapacitor/v1.6/working/api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/kapacitor/v1.6/working/flux/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/kapacitor/v1.6/working/template_tasks.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* include correct version of node for api docs

* re-add Jason edit

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-10-04 15:46:21 -07:00
Scott Anderson 93aa238dc5
Flux restructure (#3141)
* initial changes for flux restructure

* added all aliases

* added introduced date to all flux functions

* marked linearBins and logarithmicBins as draft

* migrated flux stdlib to new flux section, added version range to article template

* fixed list-all-functions shortcode

* duplicated and reordered flux spec, added page-nav shortcode, closes #1870

* added filtering functionality to list-all-functions shortcode

* added function tags

* Stdlib reorg (#2130)

* consolidated influxdb packages

* stdlib rename and reorg

* reorg existing contrib docs

* added keep-url to http.get example

* reorg built-in directory, add function types docs

* updated links

* updated all related links

* fixed reference links in influxdb docs

* updated all internal flux links

* updated flux links in influxdb

* one last link update

* restyle product dropdown

* update flux links in influxdb 1.7 and 1.8

* fixed shortcode call

* updated task options in flux options doc

* Flux 'interpolate' package (#2148)

* add interpolate package, closes #1649

* added missing page description to interpolate package doc

* removed unnecessary space from interpolate description

* updated interpolate package description

* ported from() note to new flux section

* New list filter javascript (#2185)

* generalized list filtering for telegraf plugins and flux functions

* added flux tags, updated filter list functionality

* added more flux tags

* added new experimental functions

* updated derivative params

* ported over new experimental functions

* fixed bad copy-pasta

* ported new notification endpoints into new flux docs

* updated flux function categories

* ported flux changes from master

* fixed product dropdown

* fixed regexp.findString example

* ported flux 0.109 changes

* updated array package aliases and supported version

* ported new functions into flux dir

* added aliases to interpolate package

* ported flux v0.114 packages

* added enterpise logic to url selector modal

* fix minor typo

* Update Flux param type convention (#2515)

* fix minor typo

* WIP new flux data type convention

* wip more param type updates

* cleaned up function type specs

* ported flux 0.115.0 packages and functions

* ported tickscript package

* ported today function

* added aliases to tickscript pkg

* updated timedMovingAverage params example

* updated to function with remote creds

* port flux 0.118 changes over

* port flux changes into flux-restructure

* ported changes from flux 0.123.0 and updated flux function docs

* updated contrib package summary

* updated function definition of schema.tagValues

* ported recent flux changes to the restructure branch

* port changes from master

* Flux get started (#3036)

* Flux group keys demo (#2553)

* interactive group key example

* added js and shortcode for group key demo

* updated group key demo to address PR feedback

* shortened sample data set

* Flux get started intro and data model (#2619)

* starting flux intro content, resolved merge conflicts

* WIP flux get started docs

* WIP flux get started

* flux get started intro and data model

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Update content/flux/v0.x/get-started/data-model.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* addressed PR feedback in flux get started

* updated flux docs landing page

* more updates to flux landing page

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Flux query basics (#2887)

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* wrap up content for flux query basics

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* properly close code block on flux query basics

* Flux – query data (#2891)

* added query data sources with flux and query influxdb

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/flux/v0.x/query-data/influxdb.md

* Query Prometheus with Flux (#2893)

* query prometheus with flux

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Query CSV data with Flux (#2895)

* query csv data with flux

* address PR feedback

* Update content/flux/v0.x/query-data/csv.md

* update flux query data sources landing page

* updated flux query data doc formats and links

* Query SQL databases (#2922)

* WIP query sql guides

* query SQL data sources, closes #1738

* updated related link on sql.from

* added link to stream of tables and updated text

* updated connection string text

* updated query sql landing page and children hr styles

* updated sql query docs to address PR feedback

* added missing colon

* Query Google Cloud Bigtable with Flux (#2928)

* Query Google Cloud Bigtable with Flux

* updated doc structure of query bigtable doc

* fixed typo in bigquery doc

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Work with Flux data types (#2967)

* scaffolding for flux types, work with strings

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* removed note about interpolation vs concatenation

* updated wording of variable type association

* generalized type inference

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* WIP work with ints

* reverted int content

* updated strings doc to address PR feedback

* added description to data types landing page

* Apply suggestions from code review

* Update content/flux/v0.x/data-types/basic/string.md

* updated composite front-matter

* Work with time types in Flux  (#2974)

* work with time types in flux, closes #2260

* updated time type doc

* fixed type in time type description

* fixed typo

* updated work with time doc

* fixed typos

* updated verbiage

* added related links

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated time type doc to address PR feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with booleans (#2975)

* work with boolean types

* updated working with booleans

* updated verbiage

* added related links

* Update content/flux/v0.x/data-types/basic/boolean.md

* Work with bytes types (#2976)

* work with bytes types

* added toc to bytes type doc

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* updated work with bytes doc

* fixed typo

* added related links

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Work with durations (#2977)

* work with durations in flux

* added keywords to duration doc to improve searchability

* minor updates to duration type doc

* updated verbiage

* added related links and removed toDuration from menu

* Update content/flux/v0.x/data-types/basic/duration.md

* Work with null types (#2978)

* WIP null types

* work with null types in flux

* updated null types doc

* Update content/flux/v0.x/data-types/basic/null.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with floats (#2979)

* work with floats in flux

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Apply suggestions from code review

* updated floats type doc

* Update content/flux/v0.x/data-types/basic/float.md

* updated verbiage

* added related links

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with integers (#2980)

* WIP work with ints

* work with integers

* work with integers

* updated float to int behavior, added related links, closes #2973

* added toc to ints doc

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/flux/v0.x/data-types/basic/integer.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with uintegers (#2981)

* WIP work with uints

* work with uints

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* fixed minor type

* Work with records (#2982)

* work with records in flux

* updated record type doc

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with arrays (#2983)

* work with arrays

* added array.from example, added related links

* Work with dictionaries (#2984)

* WIP work with dicts

* work with dictionaries

* added related links to dict package

* added introduced version to dict package

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* added sample dict output

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Work with functions (#2985)

* work with functions

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* revamped type landing pages

* marked union types as draft

* miscellaneous updates

* Work with regular expression (#3024)

* work with regular expression types, closes #2573, closes influxdata/flux#3741

* add context for quoteMeta function

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* fix latest links in page descriptions

* updated influxdb links

* Flux syntax basics (#3033)

* flux syntax basics

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* updated function description

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Apply suggestions from code review

* Update content/flux/v0.x/get-started/syntax-basics.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* added table param to transformations, closes #2392 (#3039)

* updated flux function links

* update algolia configuration to fix search, closes #1902 (#3042)

* ported notes in the from function doc

* Flux package options (#3083)

* add now option to universe package

* added missing package options, closes #2464

* addressed PR feedback

* Flux transformation input/output examples (#3103)

* added flux/sample shortcode

* standardize flux package titles and list titles

* added start and stop columns as an option with flux/sample shortcode

* minor updates to stdlib

* WIP add input and output examples to flux transformations

* WIP removed sample data demo from universe index page

* WIP function input and output examples

* WIP flux input output examples

* WIP flux input output examples

* flux transformation input and output examples

* Add Flux 'sampledata' package (#3088)

* add flux sampledata package

* updated sampledata example titles

* Write data with Flux (#3084)

* WIP write to sql data sources

* write to sql data sources

* added write data to influxdb with flux doc

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* made sql headings specific to each db

* updated write to influxdb

* added tag to influxdb to example

* restructred influxdb write examples as code tabs

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* fixed list on influxdb write with flux page

* Flux move changelog (#3117)

* updated flux redirects in edge.js

* move flux changelog into Flux restructure

* add flux redirects to edge.js

* removed extra parentheses from monitor.notify examples, closes #2505

* updated flux release notes with flux 0.129.0

* moved from and to into the influxdata/influxdb package

* updated notes on to and from docs

* added flux card to homepage

* added flux-0.130.0 to flux release notes

* flux link cleanup

* updated experimental message, closes #3097 (#3128)

* Remove Flux stdlib and language from InfluxDB (#3133)

* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132

* flux link cleanup

* cleaned up prometheus verbiage, updated flux data type links

* function cleanup

* fixed sidenav toggle button

* updated group key links, added aliases for flux landing page

* fixed broken links, commented out prometheus content, updated flux types names

* added flux links to the left nav

* fixed flux links in kapacitor docs

* temporarily disable search (#3134)

* merged master and updated telegraf plugins

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 16:19:21 -06:00
Gabo Luque Di Donna 67d6d4d81a
Fix handler yaml example. (#2881)
The type of arg should be "list of string" and the current examples uses
just as string. It used as is the following error will occur:
"failed to decode options into *alert.ExecHandlerConfig: 1 error(s) decoding:\n\n*
 'args': source data must be an array or slice, got string"
2021-07-22 22:03:36 -06:00
kelseiv f739893583
Update content/kapacitor/v1.5/guides/anomaly_detection.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-07 12:52:38 -07:00
Kelly 059573b2c9 fix code example 2021-07-07 11:40:24 -07:00
Scott Anderson 986077c581
Kapacitor 1.6.0 (#2756)
* base changes and cleanup for kapa 1.6

* Kapacitor 1.6.0 jstirnaman (#2684)

* update: add kapacitor/v1/users to API doc (#2617).

* fix: spelling

* update: cleanup user API.

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.6/working/api.md

* Update content/kapacitor/v1.6/working/api.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Kapacitor 1.6.0 release notes (#2682)

* Fix headings in Kapacitor release notes
* Add 1.6.0 release notes


Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Kapacitor Flux tasks (#2687)

* kapacitor flux task setup

* added crud docs for kapacitor flux tasks

* added kapacitor flux task cli commands

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Update content/kapacitor/v1.6/working/flux/_index.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Kapacitor TrickleNode (#2694)

* closes #2691

* WIP TrickleNode

* add Trickle chaining methods

* remove unused back-to-top links in kapacitor docs

* Kapacitor 1.6 new configuration settings (#2693)

* kapacitor config doc cleanup

* updated heading and links

* added new kapacitor 1.6 config options, closes #2616, closes #2609

* updated slack instructions

* Kapacitor Zenoss event handler (#2695)

* added zenoss event handler to kapacitor, closes #2271

* updated descriptions and removed defaults from zenoss event handler

* updated kapacitor release notes

* Updated Kapacitor Kafka event handler partitioning options (#2697)

* updated kafka partitioning behavior, closes #2263

* fixed typos in kapacitor kafka content

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* added kafka link to release notes

* Kapacitor API updates (#2718)

* clean up kapacitor api headings

* add flux task api endpoints to kapacitor api doc

* Kapacitor authorization and authentication (#2717)

* ported and revamped kapacitor authentication content, closes #2690

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* updated comment in kapacitor auth example

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated edge.js

* Add default kapacitor.conf locations (#2782)

* added default kapacitor config locations, closes #2779

* Apply suggestions from code review

* updated data for kapacitor 1.6.0 changelog

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-28 14:57:05 -06:00
pierwill f685e26c16
Add missing MQTT option parameter (#2591) 2021-05-26 11:04:55 -05:00
pierwill 1431a0b820
Kapacitor: clarify behavior of StateCountNode and StateCountDuration (#2572)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-24 10:23:48 -05:00
kelseiv 45b256bfb6
Kapacitor 1.5.9 release notes (#2372)
* draft kapa 1.5.9 RNs

* update TICKscript

* update 1.5.9 to include 1.5.8 changes

* fix typo

* edit from Emrys

* add release data
2021-04-01 18:33:15 -07:00
kelseiv d5d0035447
platform upds (#2311)
* platform upds

* Update _index.md

* add 1.x to TICK references

* update platform page to showcase 2.0 and add Telegraf

* get started with the InfluxData platform

* update install and deploy page

* update deploy the tick stack doc

* update monitor platform doc

* more first-round platform updates
2021-03-24 10:00:22 -07:00
timhallinflux f21932e8b1
Update talk.md (#2282)
fix typo
2021-03-11 09:50:04 -08:00
Scott Anderson c1ca5c8408
Fix broken internal links – SEO link audit (#2189)
* link audit, remove info about stopping influxd in restore docs, closes #2168

* fixed broken internal links for seo link audit

* updated canonical logic to be smarter

* fixed canonical links and broken images

* fixed errant find and replace

* fixed formatting of kapa event handler docs

* more link fixes

* more link fixes, support latest shortcode in telegraf plugin descriptions
2021-02-19 11:07:47 -07:00
kelseiv b0f84a1b15
hotfix update (#2179) 2021-02-11 17:53:12 -08:00
kelseiv f4f19aad9d
hotfix to pull Kapacitor 1.5.8 (#2178) 2021-02-11 17:34:46 -08:00
kelseiv ed62cffc6c
Ops genie description text (#2046) 2021-02-10 16:42:30 -08:00
kelseiv 0a4f941590
Add HTTP source examples to sideload (#2043)
* docs: added bigpanda.md event handler documentation
* docs: updated bigpanda.md, added primary, secondary property
* Update config.yml
* add HTTP source examples
* add JSON example
* add overview links to SideloadNode
* Update content/kapacitor/v1.5/nodes/sideload_node.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/kapacitor/v1.5/nodes/sideload_node.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/kapacitor/v1.5/nodes/sideload_node.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* update typo
* edits f docmerlin

Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-10 15:45:10 -08:00
kelseiv 7ad410c964
Alerta correlate (#2051) 2021-02-08 16:41:34 -08:00
kelseiv 4805d69be8
add example for subscription-path (#2041)
* docs: added bigpanda.md event handler documentation

* docs: fixing typos

* docs: fixing typos

* docs: updated bigpanda.md, added primary, secondary property

* Update config.yml

* add example for subscription-path

* fix formatting

* resolve conflicts

Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-05 08:23:34 -08:00
Kelly 0c57ff7d00 redirect for kapa docker instructions 2021-02-02 17:54:36 -08:00
kelseiv e8e82f6fd9
Kapacitor 1.5.8 (#2032)
* docs: added bigpanda.md event handler documentation

* docs: fixing typos

* docs: fixing typos

* docs: updated bigpanda.md, added primary, secondary property

* Update config.yml

* add first draft release notes

* Update releasenotes-changelog.md

* Update releasenotes-changelog.md

* Update releasenotes-changelog.md

* Update releasenotes-changelog.md

* add link to subscription-path in RNs

* update BigPanda verbiage

* update link

* update bug fixes

* add BigPanda info to AlertNode

* add release data; add link to OpsGenie

* add link to Alerta event handler

* Update content/kapacitor/v1.5/event_handlers/bigpanda.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.5/event_handlers/bigpanda.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.5/event_handlers/bigpanda.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/kapacitor/v1.5/event_handlers/bigpanda.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* add gzip clarification

* add config to turn off gzip

* update for Alerta correlate option

* format

* fix link

* correlate updates

* fix format

* update option

* fix example header format; upd RNs

* upd rns

* add http source support to sideload

* add categories

Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-01-27 16:16:24 -08:00
Scott Anderson 6d38631841 hotfix: fix typo in kapa docs 2021-01-15 16:11:09 -07:00
Scott Anderson 52772b1f50 add note about influxdb user admin privileges, various heading and comment fixes, closes influxdata/DAR#163 2021-01-15 15:39:05 -07:00
Scott Anderson 1f298b66b9 Update kapacitor conditional function example, closes influxdata/DAR#162 2021-01-14 13:12:18 -07:00
Scott Anderson 643b182ddf fix related links, closes #2037 2021-01-07 10:16:04 -07:00
Kelly b501e00f16 closes DAR 150 2020-12-16 17:30:17 -08:00
pierwill de24b88b6e Add example strContains to TICKscript doc 2020-12-09 13:27:44 -08:00
pierwill 23d8ca4935 Add note on Go reference links in TICKscript doc 2020-12-09 13:25:10 -08:00
Scott Anderson 4f1527d3bc fixed images and formatting in kapa docs, closes #1912 2020-12-01 09:45:33 -07:00
J. Emrys Landivar 137a0a39cb
Merge pull request #1458 from influxdata/kapacitor-1.5.7
Kapacitor 1.5.7
2020-10-27 12:38:55 -05:00
Kelly 6cc610d02e add example f Emrys to TICKscript 2020-10-27 09:34:48 -07:00
kelseiv ada1fdf027
fix cap 2020-10-27 09:19:08 -07:00
kelseiv 4b35ecc79d
fix typo 2020-10-26 12:57:03 -07:00
kelseiv afe27b19a6
remove extra parens 2020-10-26 12:54:55 -07:00
Kelly 440c73d822 add ServiceNow liink in event handler overview 2020-10-26 12:51:57 -07:00
Kelly 5dfad2c23e add custom option using new method 2020-10-26 12:50:21 -07:00
Kelly fa35c1cfa6 add new doc for ServiceNow event handler 2020-10-26 12:49:24 -07:00
Kelly 6671fa4fd7 update frontmatter weights 2020-10-26 12:48:57 -07:00
Kelly c10db52921 kapacitor 1.8.7 RN upds 2020-10-26 12:47:59 -07:00
Scott Anderson 61ab6da647
Add information about barrier.idle and window.period (#1692)
* added information about barrier.idle and window.period, resolves influxdata/DAR#136
* updated barrier node to address PR feedback
* ported idle warning to kapacitor 1.4
* updated link in kapa 1.4 barrier node
2020-10-22 09:17:57 -06:00
Kelly c8be108fdd update httpPost node 2020-09-16 10:54:12 -07:00
Kelly 2382d88288 changes for kapacitor 1.5.7 2020-09-16 10:48:28 -07:00
Kelly ae8b4b48ab upd error issue 2020-09-15 11:20:18 -07:00
Scott Anderson f6a75a6668 uppdated js to not change influxdb 1.x urls, added keep url tags to telegraf, chronograf, and kapacitor codeblocks 2020-09-04 11:38:40 -06:00
Scott Anderson a84ed8f9e0 removed/replaced headings with links (#1383) 2020-09-02 12:17:40 -06:00
Scott Anderson 38bb4812e8 Kapacitor link audit (#1380)
* fixed links in kapacitor 1.5

* fixed links in kapacitor 1.4
2020-09-02 12:17:39 -06:00
Scott Anderson be21841d7b Latest link fixes (#1375)
* products should not use latest references to themselves

* updated v2 links with influxdb namespace
2020-09-02 12:17:38 -06:00
noramullen1 6738babc1b Telegraf and other updates
- Addressed PR feedback.
- Added `children` short code to index pages.
- Reworked descriptions for SEO.
2020-09-02 12:17:33 -06:00
noramullen1 62b7135791 remove line break 2020-09-02 12:17:29 -06:00