influxdata / influxdata/kapacitor
How to show multiple rows by tickscript.
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
os: ubuntu14.04
kapacitor: 1.5.0
> select message from sandboxav_log where levelname='ERROR' or levelname = 'CRITICAL'
name: sandboxav_log
time message
---- -------
2018-08-13T02:56:19.538222202Z File:/usr/local/app/lib/sandbox/controller.py, Line:160, Exception:invalid host address
2018-08-13T02:56:19.538191269Z HTTPConnectionPool(host='127.0.0.1', port=12351): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))
2018-08-13T02:56:14.283464241Z HTTPConnectionPool(host='127.0.0.1', port=12351): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))
How to show all rows by tickscript?
Contributor guide
Research direction
The issue names Kapacitor 1.5.0 and Tickscript but no repository files, tests, or entry points. Start by locating the documentation for selecting and displaying query results in that version, then verify whether it explains how to return all matching rows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- data
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100