Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@vectraai/kibana-vc
Advanced tools
This is a CLI tool that: * Source controls Kibana default dashboards * Fetching remote Kibana state * Deploying new Kibana state
This is a CLI tool that:
npm i -g @vectraai/kibana-vc
Run kibana-vc --help
for a usage explanation
kibana-vc --help
Usage: kibana-vc [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
deploy [options] <stateFilePath>
Run kibana-vc fetch --help
for a fetch explanation
kibana-vc fetch --help
Usage: fetch [options]
Options:
-h, --host [url] ElasticSearch host (default: http://127.0.0.1)
-p, --port [port] ElasticSearch port (default: 9200)
-i, --kibanaIndex [kibanaIndex] Kibana Index (default: .kibana)
-P, --pretty-print Pretty Print output
-h, --help output usage information
getting the state of the target kibana and writing into the stdout We can redirect to a file
kibana-vc fetch > somefilename.json
Fetch command generates a file ready to be deployed.
We keep track of the category, certainty, description, threat
fields in config.notification
for searches on account of Vectra provided searches
Objects of type config
are ignored by this tool.
Run kibana-vc fetch_ids --help
for an explanation
kibana-vc fetch_ids --help
Usage: fetch_ids [options]
Options:
-h, --host [url] ElasticSearch host (default: http://127.0.0.1)
-p, --port [port] ElasticSearch port (default: 9200)
-i, --kibanaIndex [kibanaIndex] Kibana Index (default: .kibana)
-I, --id [id] Individual ids to fetch (default: )
-h, --help output usage information
In short: kibana-vs fetch_ids --id "some-id" --id "some-other-id"
will return a json array with the objects from ES if found
If no id is specified, it'll return the entire kibana state
Run kibana-vc deploy --help
for a deploy explanation
kibana-vc deploy --help
Usage: deploy [options] <stateFilePath>
Options:
-h, --host [url] ElasticSearch host (default: http://127.0.0.1)
-p, --port [port] ElasticSearch port (default: 9200)
-i, --kibanaIndex [kibanaIndex] Kibana Index (default: .kibana)
--dry-run don't make any changes to anything
--force-update force update of kibana state (default: false)
-h, --help output usage information
Get the state from the remote running Elastic Search. kibana-vc fetch -h "ELASTIC_HOST" > ${pathToStateFile}
Deploy to localhost kibana-vc deploy ${pathToStateFile}
Deploy to remote running ES
kibana-vc deploy -h "ELASTIC_HOST" ${pathToStateFile}
Objects of type config
are ignored by this tool.
We update records based on a checksum of the _source
object and the description
field in config.notification
if one is present
State file is a json document that represent Kibana state. We are getting it from "Dev" Kibana and version controling it using git (TODO). Example statefile with initial Kibana is located in src/__tests__/fixtures/kibana_initial_state.json
Run docker-compose up
to spin up local kibana + elasticsearch
dryRun
with initialization supportFAQs
This is a CLI tool that: * Source controls Kibana default dashboards * Fetching remote Kibana state * Deploying new Kibana state
The npm package @vectraai/kibana-vc receives a total of 0 weekly downloads. As such, @vectraai/kibana-vc popularity was classified as not popular.
We found that @vectraai/kibana-vc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.