manosmustang

Results 6 comments of manosmustang

I added the below parts to push_zmq_to_influxdb.py and now I can see everything ``` if topic == "misp_json" and "Event" in m: logging.info("misp_json Event pushed to InfluxDB") event = m["Event"]...

I have made also from my side a change at telegraf.conf file The grok pattern in my case was not working so this is the one that is working: ```...

> @manosmustang > > Hi, I tried your grok pattern but my telegraf fails to start with it, has the copy and paste garbled this part? > > ``` >...

@kanekennedy Remove also the "#" from "debug = true" in order to check if you actually receive data ``` [agent] interval = "10s" round_interval = true metric_batch_size = 1000 metric_buffer_limit...

Why? Because I have already a folder iris-web which is the production. I wanted to create another one for DEV.

I have removed everything and starting over But .env was this # ----------------------------- # Database # ----------------------------- POSTGRES_USER=iris POSTGRES_PASSWORD=iris POSTGRES_ADMIN_USER=iris_admin POSTGRES_ADMIN_PASSWORD=iris_admin_pw POSTGRES_DB=iris_dev POSTGRES_SERVER=db-dev POSTGRES_PORT=5432 # ----------------------------- # IRIS Secrets #...