27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
---
|
|
title: TICKscript language reference
|
|
description: List of resources for working with TICKscript.
|
|
menu:
|
|
kapacitor_1_6_ref:
|
|
name: TICKscript language reference
|
|
identifier: tick
|
|
weight: 40
|
|
---
|
|
|
|
## What is in this section?
|
|
|
|
This section provides introductory information on working with TICKscript.
|
|
|
|
* [Introduction](/kapacitor/v1.6/tick/introduction/) - this document presents the fundamental concepts of working with TICKscript in Kapacitor and Chronograf.
|
|
* [TICKscript Syntax](/kapacitor/v1.6/tick/syntax/) - this covers the essentials of how TICKscript statements and structures are organized.
|
|
* [Lambda expressions](/kapacitor/v1.6/tick/expr/) - this section provides essential information about working with these argument types, which are commonly provided to TICKscript nodes.
|
|
* [TICKscript specification](/kapacitor/v1.6/reference/spec/) - (in the reference section) this introduces the specification defining TICKscript.
|
|
|
|
Outside of this section the following articles may also be of interest.
|
|
|
|
* [Getting started with Kapacitor](/kapacitor/v1.6/introduction/getting-started/) - an introduction to Kapacitor, which presents TICKscript basics.
|
|
* [Node overview](/kapacitor/v1.6/nodes/) - a catalog of the types of nodes available in TICKscript.
|
|
* [Guides](/kapacitor/v1.6/guides/) - a collection of intermediate to advanced solutions using the TICKscript language.
|
|
|
|
<br/>
|