cbeaujoin-stellar

Results 7 issues of cbeaujoin-stellar

I'm using python-logstash-async in a very particular context: - High volume of logs every 2 seconds (~90 events) - Hazardous/bad network (cellular, wireless, ...) - Small/low resources (embeded systems) First...

I think the batch_size should not be equal to 10 but should be equal to constants.QUEUED_EVENTS_BATCH_SIZE. I.E if constants.QUEUED_EVENTS_BATCH_SIZE = 1500, it will generate 1500/10=150 transactions and that will take...

**What is the bug?** DataFrame.to_pandas generates duplicates when an `os_index_field` is set and/or other than "_doc". **How can one reproduce the bug?** ``` opensearch_df = oml.DataFrame(client, index, columns=columns, os_index_field="@timestamp") index_df...

bug

### What is the bug? As described here: https://github.com/opensearch-project/dashboards-maps/pull/141 `Update default query document size limit to 1000, the max is from index.max_result_window size,` But in fact limitation is set to...

enhancement

Allow multiple `openwisp2_admin_allowed_network` in nginx site-conf.j2 template https://github.com/openwisp/ansible-openwisp2/blob/dcdcd21aa59c38a401cd7bcdb1adfbf24de1ffbe/templates/nginx/site-conf.j2#L68 ``` {% if openwisp2_admin_allowed_network %} location /admin/ { try_files {{ openwisp2_path }}/public_html/maintenance.html $uri @uwsgi; {% for network in openwisp2_admin_allowed_network %} allow {{...

`TASK [openwisp.openwisp2 : Migrate] ********************************************************************************************************************************************************************************************************* fatal: [openwisp.intra.stellar.tc]: FAILED! => {"changed": false, "cmd": ["./manage.py", "migrate", "--noinput"], "msg": "\n:stderr: SystemCheckError: System check identified some issues:\n\nERRORS:\n?: (corsheaders.E013) The CORS_REPLACE_HTTPS_REFERER setting has been removed...

https://github.com/openwisp/openwisp-monitoring/blob/fb2814b6dd8213ddb45a8497cf41dfb10eee04a2/openwisp_monitoring/device/writer.py#L85 It should be: ``` if ( ifstats.get('rx_bytes') is not None and ifstats.get('tx_bytes') is not None ): ```