본문 바로가기
반응형

format4

HAProxy HTTP Request Header Logging Option httplog 설정시,  HTTP log format으로 설정하면 아래와 같다. log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r" 해당 Format에서 HTTP Request Header 값을 적는 Format%hrcaptured request headers 해당 Format에서 Request Header값이 표현되게 하려면, 실제로 Frontend Section에서 원하는 Request Header를 capture해야 한다.  [선택적인 Header를 캡쳐하는 방법]사용법 : capture request header len c.. 2025. 1. 10.
Customize HAProxy Log format(Mode TCP / HTTP) Customizing the HAProxy Logs There are plenty of reasons why you might want to customize the fields captured by the HAProxy logs. For example: the default log format is giving you more information that you need you’re missing an important piece of information with the default log format you need to structure the fields in a way that an external tool can read them you rely on a standard log forma.. 2023. 8. 10.
Linux Systemd 서비스 escape 문자(CentOS) Systemd 서비스 등록 방법 https://lifeplan-b.tistory.com/96 CentOS7 서비스(service) 등록 Linux CentOS 7에서 Service 등록 방법 CentOS 7 부터는 사용자가 자주 사용하는 Service를 등록하고 Systemd에서 관리할 수 있습니다. 아래는 Systemd에 등록할 Service Script 입니다. Systemd에 Service로 등록.. lifeplan-b.tistory.com Service Path : /usr/lib/systemd/system/test.service 심볼릭링크 : /etc/systemd/system/mutil-user.target.wants/test.service [Unit] Description=Test Servi.. 2021. 12. 22.
Microsoft Powershell 개요 및 사용법 [개요] - Microsoft 인프라 관리 시 발생할 수 있는 문제들을 해결하기 위해 개발된 Command Line Shell * GUI 환경으로는 할 수 있는 기능이 제한적이기 때문에, 더 효율적으로 관리 및 사용하기 위해 PowerShell을 이용 - 인터렉티브하게 작성 가능 - 프로그래밍 가능 - 제품 지향적 문법 - 동사(Verb) – 명사(Noun) * 동사 : Get, Set, Add, Copy, Move… * 명사 : Object, Service, Item, Help… - 공통문법 * Cmdlet –param v1 –param2 v2 [, v2 –flag] Tip! Cmdlet은 단축 사용이 가능하다(별칭 사용) Select-Object = Select, Where-Object = Where.. 2021. 3. 19.
반응형