You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to send logs using vector to qryn, but I am encountering an error (SyntaxError: JSON Parse error: Unrecognized token '' statusCode: 400).
08:53.489003-0,EXCP,2,level=WARNING,process=rphost,p:processName=PROD_KA,t:clientID=1234,t:applicationName=BackgroundJob,t:computerName=1c-test,t:connectID=4321,SessionID=1111,Usr=DefUser,Exception=8d364444-4d66-4d66-4d66-deadbeaf3333,Descr='src/rserver/src/ServerJobExecutor.cpp(1257):
8d364444-4d66-4d66-4d66-deadbeaf3333: text 2342 text.
text text text,
text "text" text ТЕКСТ
{Текст.Текст.Текст(1234)}: текст;
'
vector logs
root@workstation:/tmp# rm -rf /var/lib/vector/* && vector --config /etc/vector/vector.toml
2025-02-27T10:54:10.840867Z INFO vector::app: Log level is enabled. level="info"
2025-02-27T10:54:10.841432Z INFO vector::app: Loading configs. paths=["/etc/vector/vector.toml"]
2025-02-27T10:54:10.848656Z INFO source{component_kind="source" component_id=metrics component_type=host_metrics}: vector::sources::host_metrics: PROCFS_ROOT is unset. Using default '/proc' for procfs root.
2025-02-27T10:54:10.848875Z INFO source{component_kind="source" component_id=metrics component_type=host_metrics}: vector::sources::host_metrics: SYSFS_ROOT is unset. Using default '/sys' for sysfs root.
2025-02-27T10:54:10.904286Z INFO vector::topology::running: Running healthchecks.
2025-02-27T10:54:10.904960Z INFO vector: Vector has started. debug="false" version="0.45.0" arch="x86_64" revision="063cabb 2025-02-24 14:52:02.810034614"
2025-02-27T10:54:10.905107Z INFO vector::app: API is disabled, enable by setting `api.enabled` to `true` and use commands like `vector top`.
2025-02-27T10:54:10.905279Z INFO vector::topology::builder: Healthcheck passed.
2025-02-27T10:54:10.906228Z INFO source{component_kind="source" component_id=1c-ka component_type=file}: vector::sources::file: Starting file server. include=["/tmp/lol_*.log"] exclude=[]
2025-02-27T10:54:10.907400Z INFO source{component_kind="source" component_id=1c-ka component_type=file}:file_server: file_source::checkpointer: Attempting to read legacy checkpoint files.
2025-02-27T10:54:10.911684Z INFO vector::topology::builder: Healthcheck passed.
2025-02-27T10:54:10.915626Z INFO source{component_kind="source" component_id=1c-ka component_type=file}:file_server: vector::internal_events::file::source: Found new file to watch. file=/tmp/lol_1.log
2025-02-27T10:54:10.916560Z INFO vector::topology::builder: Healthcheck passed.
{"applicationName":"BackgroundJob","clientID":"1234","computerName":"1c-test","connectID":"4321","description":"src/rserver/src/ServerJobExecutor.cpp(1257):\n8d364444-4d66-4d66-4d66-deadbeaf3333: text 2342 text.\ntext text text,\ntext \"text\" text ТЕКСТ\n{Текст.Текст.Текст(1234)}: текст;\n","exceptionID":"8d364444-4d66-4d66-4d66-deadbeaf3333","level":"WARNING","logType":"EXCP","process":"rphost","processName":"PROD_KA","sessionID":"1111","timestamp":"08:53.489003","user":"DefUser"}
2025-02-27T10:54:11.925564Z WARN sink{component_kind="sink" component_id=loki component_type=loki}:request{request_id=1}: vector::sinks::util::retries: Retrying after error. error=Server responded with an error: 500 Internal Server Error internal_log_rate_limit=true
2025-02-27T10:54:12.924794Z WARN sink{component_kind="sink" component_id=loki component_type=loki}:request{request_id=1}: vector::sinks::util::retries: Internal log [Retrying after error.] is being suppressed to avoid flooding.
Hello. I am trying to send logs using
vector
toqryn
, but I am encountering an error (SyntaxError: JSON Parse error: Unrecognized token '' statusCode: 400
).qryn
version - 3.3.2vector
version - 0.45.0vector.toml
lol_1.log
vector
logsjson is valid
qryn
logsThe text was updated successfully, but these errors were encountered: