-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
90 lines (90 loc) · 2.44 KB
/
manifest.yml
File metadata and controls
90 lines (90 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
name: Custom Data Ingestion to LogScale
description: Demonstrates ingesting custom security data into LogScale using a Python function and FalconPy
logo: images/logo.png
vendor: CrowdStrike
vendor_products: []
use_case: Data security
manifest_version: "2023-05-09"
ignored:
- .+/node_modules$
- .+/node_modules/.+
- .+/venv$
- .+/venv/.+
- .+/coverage$
- .+/coverage/.+
- e2e
- e2e/.+
ui:
homepage: pages.data-ingestion
extensions: []
pages:
data-ingestion:
name: data-ingestion
description: Form to ingest custom data into LogScale
path: ui/pages/data-ingestion/src
entrypoint: ui/pages/data-ingestion/src/index.html
content_security_policy:
connect-src:
- https://cdn.jsdelivr.net
- https://unpkg.com
style-src: []
style-src-elem:
- https://cdn.jsdelivr.net
- https://unpkg.com
script-src:
- https://cdn.jsdelivr.net
- https://unpkg.com
form-action: []
img-src: []
media-src: []
object-src: []
permissions: []
dashboards: {}
navigation:
links:
- path: /
name: Data Ingestion
permissions: []
ref: pages.data-ingestion
api_integrations: []
rtr_scripts: []
collections: []
auth:
scopes:
- app-logs:read
- app-logs:write
permissions: {}
roles: []
functions:
- name: ingest
config:
use_uber_class: false
description: Ingest custom data to LogScale
path: functions/ingest
environment_variables: {}
handlers:
- name: LogScale Ingest
description: Ingest custom data to LogScale
method: POST
api_path: /ingest
payload_type: ""
request_schema: request_schema.json
response_schema: response_schema.json
workflow_integration:
disruptive: false
system_action: false
tags:
- LogScale
permissions: []
language: python
workflows:
- name: Ingest Data to LogScale
path: workflows/Ingest_data_to_logscale.yml
permissions: []
parsers: []
logscale:
saved_searches: []
lookup_files: []
docs:
path: app_docs
entrypoint: README.md