Falkonry-cli

Latest version: v2.1.1

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.1

* Bug fix for `keywordIdentifier` not getting picked up during fact upload

2.1.0

- Support to check datastream's live monitoring status
- Renamed `tagIdentifier` to `keywordIdentifier`
- Renamed `additionalTag` to `additionalKeyword`

2.0.0

- Supports Python 3.4 or higher

1.1.1

No significant changes. APIs are same as previous version.

1.1.0

Support for new batched datastream

Example data :


{"time" :"2016-03-01 01:01:01", "signal" : "signal1", "value" : 3.4, "batchId": "batch-1"}
{"time" :"2016-03-01 01:01:02", "signal" : "signal2", "value" : 9.3, "batchId": "batch-1"}

or

time,signal,value,batchId
2016-03-01 01:01:01,signal1,3.4,batch-1
2016-03-01 01:01:02,signal2,9.3,batch-1


Sample JSONFile:

{
"name": "Test DS",
"dataSource": {
"type": "STANDALONE"
},
"field": {
"time": {
"zone": "Asia/Calcutta",
"identifier": "time",
"format": "YYYY-MM-DD HH:mm:ss"
},
"signal": {
"signalIdentifier": "signal",
"valueIdentifier": "value"
},
"batchIdentifier": "batchId" // set batch identifier here.
}
}


Usage :

falkonry>> datastream_create --path=/Users/user/DatastreamRequest.json
Datastream successfully created : anbsivd1h7h1sd
falkonry>>

1.0.4

Supports custom column identifiers for fact API

shell
assessment_add_facts \
--path=Facts.csv \
--startTimeIdentifier=time \
--endTimeIdentifier=end \
--timeFormat=millis \
--timeZone=GMT \
--entityIdentifier=device \
--valueIdentifier=Assessment1 \
--additionalTag=example

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.