Skip to content

Commit

Permalink
add visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Jan 14, 2025
1 parent 769ecaf commit 03daf8a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ To run a query from the command line, specify the query as an argument to tailpi
tailpipe query "select count(*) from aws_cloudtrail_log"
```

## Visualization


8 changes: 8 additions & 0 deletions docs/query/visualize.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Visualize
---

# Visualize

Tailpipe works with Powerpipe

1 change: 1 addition & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"items": [
"query/query-shell",
"query/batch-query",
"query/visualize",
"query/snapshots"
]
},
Expand Down

0 comments on commit 03daf8a

Please sign in to comment.