Questions tagged [json]
The json tag has no summary.
128 questions
Score of 0
0
votes
1 answer
1
answer
79 views
79
views
replace backslash with forward slash in JSON string using kubectl patch command
I'm trying to replace a string in kubectl JSON but I can't get it working.
kubectl patch daemonset node-agent -n velero -p '{"spec":{"template":{"spec":{"volumes&...
Score of 1
1
vote
1 answer
1
answer
169 views
169
views
How to find corrupted JSON file on Windows Server?
I have windows server 2016. I'm seeing logs from a third-party software mentioning malformed JSON files.
A JSONObject text must begin with '{' at character 0
But I don't know where or which file. Is ...
Score of 0
0
votes
1 answer
1
answer
129 views
129
views
convert Doveadm command line to curl
I'm trying to set up my dovecot server to access curl request over LAN by following https://doc.dovecot.org/2.3/admin_manual/doveadm_http_api/#admin-doveadm-http-api
My OS is: Rocky 9 linux and ...
Score of 0
0
votes
1 answer
1
answer
152 views
152
views
ImageMagick for Linux Alma 8 success but which no magick
I am trying to publish pages or posts in WordPress 6.5.5 (Linux Alma 8)
the message in wordpress is:
The publication has failed. The response is not a valid JSON response.
On error_log:
[root@host]# ...
Score of 0
0
votes
2 answers
2
answers
3480 views
3k
views
how can I configure All-in-one WAZUH for log retention?
I installed WAZUH all-in-one no kibana no elastics, and I want to write a code where I can make 40 days of log retention, Any advice or guides for this solution?
Score of 0
0
votes
1 answer
1
answer
1224 views
1k
views
Syslog-ng Syslog Format to JSON Format are there pre-requisite?
My first time posting to Stack Overflow. I apologize if I am re-asking a question. I tried to search but nothing is really clear about what I'm trying to understand.
Do I need to configure additional ...
Score of 0
0
votes
1 answer
1
answer
735 views
735
views
Can I generate and log output alerts for SMTP traffic using Suricata 7.0.2?
I have Suricata 7.0.2 IDS installed on a Linux Ubuntu 20.04 virtual machine. In my virtual environment, I have two virtual networks. In the first network, I have a mail user agent (Attacker) that ...
Score of 1
1
vote
1 answer
1
answer
699 views
699
views
Update JSON Payload using Powershell and Nutanix API
I'm currently writing a script that allow to update Nutanix VM Categories. Categories format is key:value and a VM may have no categories, 1 or multiple.
Process to do that is quite simple : first I ...
Score of 0
0
votes
1 answer
1
answer
365 views
365
views
Jira - REST API returns HTML on one VPS but JSON on another VPS
I am facing a very strange issue which I cannot solve. Basically, I have 2 VPS machines which I connect via RDP as they are both Windows Server machines. I have cURL on both of them. One is running ...
Score of 0
0
votes
1 answer
1
answer
3186 views
3k
views
How to prevent the Chrome Default Browser Prompt and Welcome Screen Using Master Preferences file?
I am attempting to deploy Chrome and have followed Jay Michaud's guide found HERE.
I have created my JSON file corresponding to Chrome's most recent provided information on doing so found in the links ...
Score of 0
0
votes
1 answer
1
answer
1694 views
2k
views
AWS CLI : How to use "--query" to get output from nested JSON
I am using aws-cli v2 to get the --query output from AWS Describe-volumes. In this, I am trying to get the volume id, size, Instance ID, state. Instance ID is nested in the AWS Describe-volumes.
...
Score of 2
2
votes
1 answer
1
answer
677 views
677
views
Create JSON Patch 6902 from two yaml/json files
Imagine I have a file foo.yaml and a modified version of this file called foo2.yaml.
Is there a way to create a correspondig json patch 6902?
Score of 0
0
votes
0 answers
0
answers
330 views
330
views
Nginx headers parsing
For example, I have nginx and incoming JSON header:
{
"orgs" : {
"first_org_roles": ["role_a_r", "role_b_r", "role_c_r"],
"...
Score of 0
0
votes
1 answer
1
answer
488 views
488
views
Error: The response is not a valid json response. WordPress Windows server
I personally rented a Windows virtual server and installed and set up mysql+phpadmin+IIS and after that I started my email server and tested it and everything was ok, then I installed WordPress and ...
Score of 0
0
votes
2 answers
2
answers
687 views
687
views
Ansible module returns non json data
Ansible Azure module returns the data in a weird format Double single quoted characters.
''network_interface_names'': [''Ubuntu915'']
As a result I can't use this anywhere to filter other resources.
...