Skip to content
#

cortex

Here are 109 public repositories matching this topic...

VictoriaMetrics
korjavin
korjavin commented Apr 16, 2020

Describe the bug
vmagent with sd_k8s

To Reproduce
Start vmagent with config:

    - job_name: 'kubernetes-pods'
      kubernetes_sd_configs:
      - role: pod

on a cluster with many pods.

Please add pod name to error log.

It's hard to find them in a big cluster. In a message like this it's not clear what was the pod.

2020-04-15T22:32:32.512Z	error	Victor
TheHive
crackytsi
crackytsi commented Mar 3, 2020

Bug / Feature Request

Work Environment

Question Answer
OS version (server) Debian
OS version (client) 10
TheHive version / git hash 4 RC1
Package Type DEB

Problem Description

There are no longer any default dashboards

Possible Solutions

Add the default da

Cortex
milesflo
milesflo commented Feb 5, 2020

Include Dockerfile in root of project

Request Type

Feature Request

Description

As part of the development and release cycle, please include the Dockerfile generated by docker.sbt in the root of the project so that the container can be built directly from the repo itself.

TheHiveDocs
Cortex-Analyzers
geekscrapy
geekscrapy commented Feb 2, 2019

Looking to validate IOCs prior submitting them to Cortex in an app I'm developing.

This needs to consist of validating them (is 192.168.001.001 an IP? Or can it be converted to be valid), and also normalising them to be consistent (http://www.google.com/home.html?test=hello%2bworld is normalised to
http://www.google.com/home.html?test=hello+world) so future submissions can be joined on the s

schmitz-ens
schmitz-ens commented May 1, 2020

The Readme documentation for openvas engine advise to use the docker image mikesplain/openvas but this version is old with gmpv7. Engine-openvas.py imports gvm.protocols.latest which works with the latest version of openvas (gvm11). I see two options:

  • Point to the docker image securecompliance/gvm which provides a version 11. In this case you will have to modify the docker image to star
John33000
John33000 commented Jun 11, 2019

Bonjour,
J'essaye d'installer Patrowl mais j'ai quelque soucis. Je n'utilise pas docker pour l'installation.
J'en suis ici : cd PatrowlManager
python2.7 -m virtualenv env
source env/bin/activate
pip install -r requirements.txt

J'ai fais un git, je suis aller dans PatrowlManager mais lorsque je lance python2.7 -m virtualenv env j'ai un message d'erreur : No module name virtualenv et je ne

rb643
rb643 commented Apr 29, 2020

Ideally I want to use this wonderful toolbox to generate the overview plots given in the interactive window but do the actual marking of these images externally.

Is there an option to generate individual plots without the interactive window (and preferably without the need for tkmedit) as I would like to run this as a batch job on our cluster and that wouldn't allow any graphical windows.

gramidt
gramidt commented Oct 26, 2019

Problem: The chart was initially created for just AWS workloads. The values are scattered throughout the values file making it difficult to follow and make for clunky future enhancements.

Potential Solution: Centralize cloud provider settings. This should also only include templates that are applicable to the selected cloud provider and settings.

Example:

cloud:
  pro
simonspgn
simonspgn commented Jun 3, 2019

Just to note that I have noticed two small typing errors while going through Cortex4py documentation.

  1. In the example showing how to manipulate organizations as orgadmin change 'status','Active' to 'status','Ok':

From

users = api.organizations.get_users(org.id, Eq('status', 'Active'), range='0-5', sort='-createdAt')

To

users = api.organizations.get_users(org.id, Eq('status', 'Ok')

Improve this page

Add a description, image, and links to the cortex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cortex topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.