Skip to content

Commit a0441da

Browse files
committed
updated readme to represent current structure
1 parent 8304952 commit a0441da

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ easier creation of these items in a Stream deployment, such as S3 and Splunk sou
1515
The distribution can be visualized as follows:
1616
```
1717
├── cribl_python_api_wrapper
18+
│   ├── appscope_configs
1819
│   ├── auth
1920
│   ├── collectors
21+
│   ├── database_connections
2022
│   ├── diag
2123
│   ├── event_breaker_rules
2224
│   ├── executors
2325
│   ├── fleet_mappings
2426
│   ├── functions
2527
│   ├── global_variables
28+
│   ├── grokfiles
2629
│   ├── groups
2730
│   ├── inputs
2831
│   ├── jobs
@@ -35,31 +38,49 @@ The distribution can be visualized as follows:
3538
│   ├── notifications
3639
│   ├── outputs
3740
│   ├── packs
41+
│   ├── parquetschemas
3842
│   ├── parsers
3943
│   ├── pipelines
4044
│   ├── preview
45+
│   ├── profiler
46+
│   ├── preview
47+
│   ├── regexes
4148
│   ├── routes
49+
│   ├── schemas
4250
│   ├── system
4351
│   ├── users
4452
│   ├── utilities
4553
│   └── versioning
54+
│   ├── workers
4655
└── tests
56+
├── auth
57+
├── collectors
58+
├── diag
4759
├── event_breaker_rules
4860
├── functions
4961
├── groups
5062
├── inputs
63+
├── jobs
5164
├── lib
65+
├── licenses
66+
├── lookups
67+
├── messages
5268
├── misc
69+
├── notification_targets
70+
├── notifications
5371
├── outputs
5472
├── packs
5573
├── pipelines
5674
├── preview
75+
├── profiler
5776
├── routes
5877
├── system
5978
├── users
6079
├── utilities
61-
└── versioning
80+
├── versioning
81+
└── workers
6282
```
83+
* Note: subdirectories under `tests` contain sample usage and are for illustrative purposes only
6384

6485
### Build
6586
To build the API wrapper module, execute the following command - srcdir will contain the `pyproject.toml` file, which contains configuration for the build process:

0 commit comments

Comments
 (0)